1
0
Fork 0
forked from 0x2620/oxjs

some dialog

This commit is contained in:
Rolux 2010-01-31 13:33:22 +05:30
commit 8603ea938b
5 changed files with 153 additions and 44 deletions

View file

@ -18,6 +18,23 @@ Bars
background: -webkit-gradient(linear, left top, left bottom, from(rgb(64, 64, 64)), to(rgb(32, 32, 32)));
}
/*
================================================================================
Dialog
================================================================================
*/
.OxThemeModern .OxDialog {
background: rgba(48, 48, 48, 0.96);
}
.OxThemeModern .OxDialog > .OxTitleBar {
//background: rgba(32, 32, 32, 0.96);
}
.OxThemeModern .OxDialog > .OxButtonsBar {
//background: rgba(32, 32, 32, 0.96);
}
/*
================================================================================
Forms