1
0
Fork 0
forked from 0x2620/oxjs

make map controls work

This commit is contained in:
rlx 2011-10-04 02:26:24 +00:00
commit df3ea541b3
14 changed files with 177 additions and 132 deletions

View file

@ -443,14 +443,10 @@ Maps
================================================================================
*/
.OxThemeClassic .OxMapButton {
border-color: rgb(255, 255, 255);
background: rgba(0, 0, 0, 0.5);
}
.OxThemeClassic .OxMapLabel {
border-color: rgb(255, 255, 255);
background: rgba(0, 0, 0, 0.5);
color: rgb(255, 255, 255);
.OxThemeClassic .OxMapControl {
border-color: rgb(64, 64, 64);
background: rgba(255, 255, 255, 0.75);
color: rgb(64, 64, 64);
}
/*