mirror of https://gitee.com/bigwinds/arangodb
gv css
This commit is contained in:
parent
9645b66c23
commit
3161f9e7d6
|
@ -94,11 +94,17 @@ div.gv-background {
|
|||
@extend %clickable;
|
||||
}
|
||||
|
||||
div.gv-colour-list:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
div.gv-colour-list {
|
||||
border-radius: 3px;
|
||||
max-height: 350px;
|
||||
max-width: 130px;
|
||||
overflow-x: none !important;
|
||||
max-width: 300px;
|
||||
min-width: 190px;
|
||||
opacity: .1;
|
||||
overflow-x: hidden !important;
|
||||
overflow-y: auto;
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
|
|
Loading…
Reference in New Issue