forked from 0x2620/oxjs
minor fixes
This commit is contained in:
parent
ee93ed673e
commit
1083a324dc
3 changed files with 34 additions and 26 deletions
|
|
@ -81,9 +81,6 @@ Dialog
|
|||
-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
|
||||
-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
|
||||
}
|
||||
.OxThemeModern .OxDialog .OxContent {
|
||||
background: rgba(48, 48, 48, 0.95);
|
||||
}
|
||||
|
||||
.OxThemeModern .OxDialog .OxBar {
|
||||
background: -moz-linear-gradient(top, rgba(64, 64, 64, 0.95), rgba(32, 32, 32, 0.95));
|
||||
|
|
@ -91,7 +88,7 @@ Dialog
|
|||
}
|
||||
|
||||
.OxThemeModern .OxDialog .OxContent {
|
||||
background: rgba(48, 48, 48, 0.96);
|
||||
background: rgba(48, 48, 48, 0.95);
|
||||
}
|
||||
|
||||
.OxThemeModern .OxLayer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue