make menus visible on black

This commit is contained in:
Val Erastov 2016-11-23 19:19:04 -08:00
parent c9dffaa9dd
commit 988c0b7e64

View file

@ -146,7 +146,7 @@ body {
.aux-win {
color: #fff;
background-color: rgba(0,0,0,0.7);
background-color: rgba(40,40,40,0.95);
border: solid 1px #000;
border-radius: @menu-border-radius
}
@ -168,6 +168,10 @@ body {
white-space: nowrap;
}
.menu-item .menu-text {
padding-right: 5px;
}
.menu-item:hover {
background-color: #0074D9;
}
@ -243,3 +247,8 @@ body {
background-position-x: 30px;
background-image: url('../img/3d/sketch32.png');
}
.modification-item {
word-wrap: break-word;
word-break: break-all;
}