From a330964890112b68fc57e7c656a5892b1016a870 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 4 Dec 2013 23:44:56 +0100 Subject: [PATCH] update outdated example css --- examples/ui/mouse_events/css/example.css | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/examples/ui/mouse_events/css/example.css b/examples/ui/mouse_events/css/example.css index 9ba8cc00..50aa3819 100644 --- a/examples/ui/mouse_events/css/example.css +++ b/examples/ui/mouse_events/css/example.css @@ -27,26 +27,38 @@ cursor: crosshair; } -.OxThemeClassic #clear { +.OxThemeOxlight #clear { background: rgb(240, 240, 240); } -.OxThemeClassic #log { +.OxThemeOxlight #log { border-top: 1px solid rgb(208, 208, 208); background: rgb(255, 255, 255); } -.OxThemeClassic #target { +.OxThemeOxlight #target { border-right: 1px solid rgb(208, 208, 208); 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); } -.OxThemeModern #log { +.OxThemeOxdark #log { border-top: 1px solid rgb(48, 48, 48); background: rgb(0, 0, 0) } -.OxThemeModern #target { +.OxThemeOxdark #target { border-right: 1px solid rgb(48, 48, 48); background: rgb(32, 32, 32); } \ No newline at end of file