1
0
Fork 0
forked from 0x2620/oxjs

minor fixes

This commit is contained in:
rolux 2011-08-15 16:11:13 +02:00
commit 1083a324dc
3 changed files with 34 additions and 26 deletions

View file

@ -81,9 +81,6 @@ Dialog
-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
}
.OxThemeModern .OxDialog .OxContent {
background: rgba(48, 48, 48, 0.95);
}
.OxThemeModern .OxDialog .OxBar {
background: -moz-linear-gradient(top, rgba(64, 64, 64, 0.95), rgba(32, 32, 32, 0.95));
@ -91,7 +88,7 @@ Dialog
}
.OxThemeModern .OxDialog .OxContent {
background: rgba(48, 48, 48, 0.96);
background: rgba(48, 48, 48, 0.95);
}
.OxThemeModern .OxLayer {