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,30 @@ Bars
//background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192)));
}
/*
================================================================================
Dialog
================================================================================
*/
.OxThemeClassic .OxDialog {
background: rgba(224, 224, 224, 0.96);
//border: 1px solid rgba(128, 128, 128, 0.5);
}
.OxThemeClassic .OxDialog .OxTitle {
color: rgb(48, 48, 48);
}
.OxThemeClassic .OxDialog > .OxTitleBar {
//border-color: rgb(192, 192, 192);
//background: rgba(208, 208, 208, 0.96);
}
.OxThemeClassic .OxDialog > .OxButtonsBar {
//background: rgba(192, 192, 192, 0.96);
}
/*
================================================================================
Forms