Better color in data picker
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 23 Feb 2009 10:33:41 +0000 (10:33 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 23 Feb 2009 10:33:41 +0000 (10:33 +0000)
CHANGELOG.txt
themes/aqua/default.css
themes/cool/default.css
themes/default/default.css

index a5fc9666dec067aed98e6442dd68e93951098fb9..49fc65653576f0b210fae8a5917dfeb7ef215368 100644 (file)
@@ -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.
index 5ed3296bb2c422f6ade194f105234f987d8b5e16..1377e2086f300dba30f91b0073ee478d003ff556 100644 (file)
@@ -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;
 }
index 6ef7686a8c86e65989b7ca4ded04c2ee42ee698f..a6439fa38865085af61c511101131829e3049407 100644 (file)
@@ -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;
 }
index 8f00a330642a792bdd3a3075ff6ac38b75dcce58..febd24271e640d8b37c32aa79e0a2e71d09dc8ed 100644 (file)
@@ -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;
 }