openrat-cms

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

commit feb8f4a7a6b9d7e62c38e66ef71b9959653d89df
parent 77e1d67693be7f7a4d08dba276590fe771b961ac
Author: dankert <devnull@localhost>
Date:   Mon, 14 May 2007 23:21:55 +0200

Korrektur der Farbbezeichnungen.

Diffstat:
themes/default/css/system.css | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/themes/default/css/system.css b/themes/default/css/system.css @@ -157,7 +157,7 @@ a.menu_highlight:hover body { background-color:Background; - color:MenuText; + color:WindowText; font-family:Arial; font-size:13px; xbackground-color:#dad2b6; @@ -167,7 +167,7 @@ body body.main { background-color:Background; - color:MenuText; + color:WindowText; font-family:Arial; font-size:13px; /* background-color:#dad2b6;*/ @@ -244,7 +244,7 @@ th } td -{ color:MenuText; +{ color:WindowText; font-family:Arial; font-size:13px; vertical-align:top; @@ -266,7 +266,7 @@ td.diff_notequal background-color:yellow; } -td.menu { background-color:InactiveCaptionText;vertical-align:middle; height:30px;} +td.menu { background-color:Highlight; color:HighlightText; vertical-align:middle; height:30px;} td.help { color:black; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; } td.message { padding:10px; font-weight:bold; } td.title { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; } @@ -342,8 +342,8 @@ tr.f2:hover input.submit, input.ok { - color:#FFFFFF; - background-color:ThreeDDarkShadow; + color:HighlightText; + background-color:Highlight; width:110px; } @@ -369,7 +369,7 @@ input, select, textarea { - color:MenuText; + color:WindowText; background-color:InfoBackground; }