forked from 0x2620/oxjs
some dialog
This commit is contained in:
parent
d9848bacf7
commit
8603ea938b
5 changed files with 153 additions and 44 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue