openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 573c6cd79f822aa246c4ec4c296b1e3fa3db5bcf
parent 51401dc194d1a239f7ba258867f3039985dfc4e7
Author: Jan Dankert <devnull@localhost>
Date:   Fri, 21 Sep 2012 01:20:07 +0200

Background-Farbe für div.bar.

Diffstat:
themes/default/css/user/default.css | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/themes/default/css/user/default.css b/themes/default/css/user/default.css @@ -278,10 +278,16 @@ div.window ul.views > li.active:hover } /* Reiter */ -div.window ul.views li { +div.window ul.views li +{ + background-color: #eeeeee; +} + +div.window ul.views li, +div.dropdown > div.entry +{ font-family:Arial; font-size:13px; - background-color: #eeeeee; color: blue; }