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,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue