1
0
Fork 0
forked from 0x2620/oxjs

misc fixes

This commit is contained in:
rlx 2011-09-29 17:25:50 +00:00
commit 8ea49fab73
10 changed files with 41 additions and 16 deletions

View file

@ -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));
}
/*
================================================================================