forked from 0x2620/oxjs
Ox.Dialog rewrite
This commit is contained in:
parent
6e5b515e5f
commit
e063626bdc
10 changed files with 762 additions and 513 deletions
|
|
@ -95,6 +95,14 @@ Dialog
|
|||
background: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.OxThemeModern .OxWindow > div {
|
||||
-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
|
||||
-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
|
||||
}
|
||||
.OxThemeModern .OxWindow .OxContent {
|
||||
background: rgba(48, 48, 48, 0.95);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue