update outdated example css

This commit is contained in:
rolux 2013-12-04 23:44:56 +01:00
parent f166ddc01c
commit a330964890

View file

@ -27,26 +27,38 @@
cursor: crosshair; cursor: crosshair;
} }
.OxThemeClassic #clear { .OxThemeOxlight #clear {
background: rgb(240, 240, 240); background: rgb(240, 240, 240);
} }
.OxThemeClassic #log { .OxThemeOxlight #log {
border-top: 1px solid rgb(208, 208, 208); border-top: 1px solid rgb(208, 208, 208);
background: rgb(255, 255, 255); background: rgb(255, 255, 255);
} }
.OxThemeClassic #target { .OxThemeOxlight #target {
border-right: 1px solid rgb(208, 208, 208); border-right: 1px solid rgb(208, 208, 208);
background: rgb(224, 224, 224); background: rgb(224, 224, 224);
} }
.OxThemeModern #clear { .OxThemeOxmedium #clear {
background: rgb(144, 144, 144);
}
.OxThemeOxmedium #log {
border-top: 1px solid rgb(112, 112, 112);
background: rgb(160, 160, 160);
}
.OxThemeOxmedium #target {
border-right: 1px solid rgb(112, 112, 112);
background: rgb(128, 128, 128);
}
.OxThemeOxdark #clear {
background: rgb(16, 16, 16); background: rgb(16, 16, 16);
} }
.OxThemeModern #log { .OxThemeOxdark #log {
border-top: 1px solid rgb(48, 48, 48); border-top: 1px solid rgb(48, 48, 48);
background: rgb(0, 0, 0) background: rgb(0, 0, 0)
} }
.OxThemeModern #target { .OxThemeOxdark #target {
border-right: 1px solid rgb(48, 48, 48); border-right: 1px solid rgb(48, 48, 48);
background: rgb(32, 32, 32); background: rgb(32, 32, 32);
} }