1
0
Fork 0
This commit is contained in:
hkernbach 2015-12-14 19:06:05 +01:00
parent 9645b66c23
commit 3161f9e7d6
1 changed files with 8 additions and 2 deletions

View File

@ -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;