From: Joe Hunt Date: Mon, 23 Feb 2009 10:33:41 +0000 (+0000) Subject: Better color in data picker X-Git-Tag: v2.4.2~19^2~1508 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=2e181b13aa722a43e78b897404912d6b13a0a937 Better color in data picker --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a5fc9666..49fc6565 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -23,6 +23,10 @@ $ -> Affected files ! Changed extension include to be outside function. Didn't work in submenus. $ frontaccounting.php /includes/main.inc +! Better color in data picker +$ /themes/aqua/default.css + /themes/cool/default.css + /themes/default/default.css 22-Feb-2009 Janusz Dobrowolski ! Application startup code cleanup. diff --git a/themes/aqua/default.css b/themes/aqua/default.css index 5ed3296b..1377e208 100644 --- a/themes/aqua/default.css +++ b/themes/aqua/default.css @@ -504,10 +504,10 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ text-align: center; } #CC .header { - background-color: #336; + background-color: #518fad; } #CC .weekday { - background-color: #DDD; + background-color: #eee; color: #000; } #CC .weekend { @@ -515,12 +515,12 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ color: #000; } #CC .weekno { - background-color: #c0daf8; + background-color: #d5cea7; color: #555; } #CC .current { border: 1px solid #339; - background-color: #336; + background-color: #518fad; color: #FFF; } #CC .weekday, #CC .weekend, #CC .current { @@ -531,7 +531,7 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ } #CC .weekday:hover, #CC .weekend:hover, #CC .current:hover { color: #FFF; - background-color: #336; + background-color: #518fad; border: 1px solid #999; } #CC .previous { @@ -544,7 +544,7 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ padding: 1px 3px 1px 3px; font-size: 1.4em; } -#CC .previous a, CC .next a { +#CC .previous a, #CC .next a { color: #FFF; text-decoration: none; font-weight: bold; @@ -555,6 +555,6 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ color: #FFF; } #CC .empty { - background-color: #CCC; + background-color: #ddd; border: 1px solid #FFF; } diff --git a/themes/cool/default.css b/themes/cool/default.css index 6ef7686a..a6439fa3 100644 --- a/themes/cool/default.css +++ b/themes/cool/default.css @@ -510,10 +510,10 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ text-align: center; } #CC .header { - background-color: #336; + background-color: #60687b; } #CC .weekday { - background-color: #DDD; + background-color: #eee; color: #000; } #CC .weekend { @@ -521,12 +521,12 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ color: #000; } #CC .weekno { - background-color: #c0daf8; + background-color: #e4ecec; color: #555; } #CC .current { border: 1px solid #339; - background-color: #336; + background-color: #60687b; color: #FFF; } #CC .weekday, #CC .weekend, #CC .current { @@ -537,7 +537,7 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ } #CC .weekday:hover, #CC .weekend:hover, #CC .current:hover { color: #FFF; - background-color: #336; + background-color: #60687b; border: 1px solid #999; } #CC .previous { @@ -550,7 +550,7 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ padding: 1px 3px 1px 3px; font-size: 1.4em; } -#CC .previous a, CC .next a { +#CC .previous a, #CC .next a { color: #FFF; text-decoration: none; font-weight: bold; @@ -561,6 +561,6 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ color: #FFF; } #CC .empty { - background-color: #CCC; + background-color: #ddd; border: 1px solid #FFF; } diff --git a/themes/default/default.css b/themes/default/default.css index 8f00a330..febd2427 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -505,10 +505,10 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ text-align: center; } #CC .header { - background-color: #336; + background-color: #285b86; } #CC .weekday { - background-color: #DDD; + background-color: #eee; color: #000; } #CC .weekend { @@ -521,7 +521,7 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ } #CC .current { border: 1px solid #339; - background-color: #336; + background-color: #285b86; color: #FFF; } #CC .weekday, #CC .weekend, #CC .current { @@ -532,7 +532,7 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ } #CC .weekday:hover, #CC .weekend:hover, #CC .current:hover { color: #FFF; - background-color: #336; + background-color: #285b86; border: 1px solid #999; } #CC .previous { @@ -545,7 +545,7 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ padding: 1px 3px 1px 3px; font-size: 1.4em; } -#CC .previous a, CC .next a { +#CC .previous a, #CC .next a { color: #FFF; text-decoration: none; font-weight: bold; @@ -556,6 +556,6 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ color: #FFF; } #CC .empty { - background-color: #CCC; + background-color: #ddd; border: 1px solid #FFF; }