forked from 0x2620/oxjs
update CSS
This commit is contained in:
parent
e063626bdc
commit
ee93ed673e
4 changed files with 36 additions and 125 deletions
|
|
@ -78,13 +78,16 @@ Dialog
|
|||
*/
|
||||
|
||||
.OxThemeModern .OxDialog {
|
||||
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 1);
|
||||
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 1);
|
||||
-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.96), rgba(32, 32, 32, 0.96));
|
||||
background: -webkit-linear-gradient(top, rgba(64, 64, 64, 0.96), rgba(32, 32, 32, 0.96));
|
||||
background: -moz-linear-gradient(top, rgba(64, 64, 64, 0.95), rgba(32, 32, 32, 0.95));
|
||||
background: -webkit-linear-gradient(top, rgba(64, 64, 64, 0.95), rgba(32, 32, 32, 0.95));
|
||||
}
|
||||
|
||||
.OxThemeModern .OxDialog .OxContent {
|
||||
|
|
@ -95,13 +98,6 @@ Dialog
|
|||
background: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.OxThemeModern .OxWindow > div {
|
||||
-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
|
||||
-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
|
||||
}
|
||||
.OxThemeModern .OxWindow .OxContent {
|
||||
background: rgba(48, 48, 48, 0.95);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue