forked from 0x2620/oxjs
make layer opaque on click
This commit is contained in:
parent
a8a797e669
commit
444fabdb39
3 changed files with 22 additions and 5 deletions
|
|
@ -34,8 +34,8 @@ Dialog
|
|||
*/
|
||||
|
||||
.OxThemeClassic .OxDialog {
|
||||
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
|
||||
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
|
||||
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
|
||||
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
|
||||
}
|
||||
|
||||
.OxThemeClassic .OxDialog .OxBar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue