forked from 0x2620/oxjs
updating dialog
This commit is contained in:
parent
96e06b2cb2
commit
af4a5e931e
5 changed files with 30 additions and 16 deletions
|
|
@ -29,11 +29,20 @@ Dialog
|
|||
*/
|
||||
|
||||
.OxThemeModern .OxDialog {
|
||||
background: rgba(48, 48, 48, 0.96);
|
||||
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
|
||||
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
|
||||
}
|
||||
|
||||
.OxThemeModern .OxDialog .OxBar {
|
||||
background: -moz-linear-gradient(top, rgba(64, 64, 64, 0.96), rgba(32, 32, 32, 0.96));
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 64, 64, 0.96)), to(rgba(32, 32, 32, 0.96)));
|
||||
}
|
||||
|
||||
.OxThemeModern .OxDialog .OxContent {
|
||||
background: rgba(48, 48, 48, 0.96);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Forms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue