mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 12:53:52 +01:00
make menus visible on black
This commit is contained in:
parent
c9dffaa9dd
commit
988c0b7e64
1 changed files with 10 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in a new issue