From 35f852283da68d7e918cb68dc9906feaa52528c1 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 7 Jul 2010 10:45:24 +0200 Subject: [PATCH] update css --- build/css/ox.ui.classic.css | 8 ++++++-- build/css/ox.ui.css | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/build/css/ox.ui.classic.css b/build/css/ox.ui.classic.css index 4b8db5a..70bee45 100644 --- a/build/css/ox.ui.classic.css +++ b/build/css/ox.ui.classic.css @@ -147,9 +147,13 @@ Lists .OxThemeClassic .OxTextList .OxFocus .OxItem.OxSelected:nth-child(even) { background: rgb(190, 190, 190); } +.OxThemeClassic .OxTextList .OxBar { + background: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192)); + background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192))); +} .OxThemeClassic .OxTextList .OxBar .OxSelected { - background: -moz-linear-gradient(top, rgb(80, 80, 80), rgb(48, 48, 48)); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(160, 160, 160)), color-stop(1, rgb(128, 128, 128))); + background: -moz-linear-gradient(top, rgb(192, 192, 192), rgb(160, 160, 160)); + background: -webkit-gradient(linear, left top, left bottom, from(rgb(192, 192, 192)), to(rgb(160, 160, 160))); color: rgb(0, 0, 0); } .OxThemeClassic .OxTextList .OxBar .OxOrder { diff --git a/build/css/ox.ui.css b/build/css/ox.ui.css index 70845c0..5e0b838 100644 --- a/build/css/ox.ui.css +++ b/build/css/ox.ui.css @@ -508,8 +508,8 @@ Lists } .OxTextList .OxBar { z-index: 10; - -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75); - -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75); + -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75); + -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75); } .OxTextList .OxBar .OxHead { position: absolute;