mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-20 23:43:27 +01:00
make win shadow lighter
This commit is contained in:
parent
c7bdb139b2
commit
eb6cc47135
1 changed files with 2 additions and 2 deletions
|
|
@ -199,7 +199,7 @@ html, body {
|
|||
top:300px;
|
||||
background: #666;
|
||||
border: 5px solid #444444;
|
||||
box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.75);
|
||||
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.win .content {
|
||||
|
|
@ -340,7 +340,7 @@ input[type=checkbox], input[type=radio] {
|
|||
color:#bbb;
|
||||
}
|
||||
|
||||
#viewer-container .tool-message {
|
||||
#viewer-container .tool-hint {
|
||||
.helvetica;
|
||||
color: #000;
|
||||
font-size: 11px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue