forked from 0x2620/oxjs
misc fixes
This commit is contained in:
parent
44a8ff015c
commit
8ea49fab73
10 changed files with 41 additions and 16 deletions
|
|
@ -141,6 +141,9 @@ Dialog
|
|||
.OxThemeClassic .OxDialog .OxContent {
|
||||
background: rgba(208, 208, 208, 0.95);
|
||||
}
|
||||
.OxThemeClassic .OxDialog .OxIconList .OxContent {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.OxThemeClassic .OxDialog .OxTitle {
|
||||
//color: rgb(48, 48, 48);
|
||||
|
|
@ -305,6 +308,11 @@ Images
|
|||
background: -o-linear-gradient(top, rgba(240, 240, 240, 0.75), rgba(240, 240, 240, 1));
|
||||
background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0.75), rgba(240, 240, 240, 1));
|
||||
}
|
||||
.OxThemeClassic .OxDialog .OxReflection > div {
|
||||
background: -moz-linear-gradient(top, rgba(208, 208, 208, 0.75), rgba(208, 208, 208, 1));
|
||||
background: -o-linear-gradient(top, rgba(208, 208, 208, 0.75), rgba(208, 208, 208, 1));
|
||||
background: -webkit-linear-gradient(top, rgba(208, 208, 208, 0.75), rgba(208, 208, 208, 1));
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue