1
0
Fork 0
forked from 0x2620/oxjs

updating dialog

This commit is contained in:
Rolux 2010-02-20 09:56:53 +05:30
commit af4a5e931e
5 changed files with 30 additions and 16 deletions

View file

@ -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