Code

More light...
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 21 May 2007 11:19:26 +0000 (11:19 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 21 May 2007 11:19:26 +0000 (11:19 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6420 594d385d-05f5-0310-b6e9-bd551577e9d8

html/themes/default/style.css
include/class_MultiSelectWindow.inc
include/class_tabs.inc

index e0f7142afcf6032306beed2894a76e657b08af0a..d95c5ddd526cd23ad61e5a489258ae59d5544b18 100644 (file)
@@ -15,10 +15,10 @@ tr.rowxp:hover {
 }
 
 td.listheader {
-       background:#E5E5E5;
+       background:#F0F0F0;
        font-weight:bold;
-       border-right:1px solid #C0C0C0;
-       border-bottom: 1px solid #b0b0b0;
+       border-right:1px solid #AAA;
+       border-bottom: 1px solid #AAA;
        padding:3px;
        height:22px;
 }
@@ -454,9 +454,9 @@ font.must {
 
 div.tab_active {
        text-align:center;
-       background-color:#f0f0f0;
+       background-color:#f8f8f8;
        border-style:solid;
-       border-color:black;
+       border-color:#999;
        border-top-width:1px;
        border-bottom-width:0px;
        border-left-width:1px;
@@ -470,9 +470,9 @@ div.tab_active {
 
 div.tab_left {
        text-align:center;
-       background-color:#c0c0c0;
+       background-color:#D0D0D0;
        border-style:solid;
-       border-color:black;
+       border-color:#999;
        border-top-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
@@ -486,9 +486,9 @@ div.tab_left {
 
 div.tab_right {
        text-align:center;
-       background-color:#c0c0c0;
+       background-color:#D0D0D0;
        border-style:solid;
-       border-color:black;
+       border-color:#999;
        border-top-width:1px;
        border-bottom-width:1px;
        border-left-width:0px;
@@ -502,9 +502,9 @@ div.tab_right {
 
 div.tab_near_active {
        text-align:center;
-       background-color:#c0c0c0;
+       background-color:#D0D0D0;
        border-style:solid;
-       border-color:black;
+       border-color:#999;
        border-top-width:1px;
        border-bottom-width:1px;
        border-left-width:1px;
@@ -519,7 +519,7 @@ div.tab_near_active {
 div.tab_border {
        width:100%;
        border-style:solid;
-       border-color:black;
+       border-color:#999;
        border-top-width:0px;
        border-bottom-width:1px;
        border-left-width:0px;
@@ -531,9 +531,9 @@ a.tab_active, input.tab_active {
        margin:0px;
        height:22px;
        font-family:arial,helvetica,sans-serif;
-       background-color:#f0f0f0;
+       background-color:#f8f8f8;
        text-decoration:none;
-       color:#00348B;
+       color:#00008F;
        font-size:13px;
        font-weight:bold;
 }
@@ -543,9 +543,9 @@ a.tab_right, input.tab_right {
        border:0px;
        margin:0px;
        font-family:arial,helvetica,sans-serif;
-       background-color:#c0c0c0;
+       background-color:#D0D0D0;
        text-decoration:none;
-       color:#00348b;
+       color:#00008F;
        font-size:13px;
        font-weight:bold;
 }
@@ -555,9 +555,9 @@ a.tab_left, input.tab_left {
        border:0px;
        margin:0px;
        font-family:arial,helvetica,sans-serif;
-       background-color:#c0c0c0;
+       background-color:#D0D0D0;
        text-decoration:none;
-       color:#00348b;
+       color:#00008F;
        font-size:13px;
        font-weight:bold;
 }
@@ -567,9 +567,9 @@ a.tab_near_active, input.tab_near_active {
        border:0px;
        margin:0px;
        font-family:arial,helvetica,sans-serif;
-       background-color:#c0c0c0;
+       background-color:#D0D0D0;
        text-decoration:none;
-       color:#00348b;
+       color:#00008F;
        font-size:13px;
        font-weight:bold;
 }
@@ -701,8 +701,8 @@ textarea:focus {
 }
 
 div.contentboxh {
-       background-color:#e8e8e8;
-       border:1px solid #b0b0b0;
+       background-color:#F0F0F0;
+       border:1px solid #AAA;
        border-bottom-width:0px;
        height:26px;
        vertical-align:middle;
index 18d1558d46a595ba4d086b4f5d4181fbde5126a3..9aec3065250bb7bfea0b514db0804cb09ba554bc 100644 (file)
@@ -178,7 +178,7 @@ class MultiSelectWindow{
     }
 
     /* Create header with selected base */
-    $listhead = "<div style='background:#F0F0F9;padding:5px;'>";
+    $listhead = "<div style='background:white;padding:5px;'>";
 
     /* Draw root button */
     if($enable_root){
index 729a441d89e576a5cc511accdd7957eee3e1373d..0b850e4fb1d3728d14ae757459ab1f665466e420 100644 (file)
@@ -85,7 +85,7 @@ class tabs
        $display= $this->gen_tabs();
 
        /* Show object */
-       $display.= "<table summary=\"\" cellpadding=4 cellspacing=0 border=0 style=\"width:100%; background-color:#F0F0F0; border-style:solid; border-color:black; border-top-width:0px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;\">\n";
+       $display.= "<table summary=\"\" cellpadding=4 cellspacing=0 border=0 style=\"width:100%; background-color:#F8F8F8; border-style:solid; border-color:#AAA; border-top-width:0px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;\">\n";
        $display.= "<tr><td>\n";
 
        $obj= $this->by_object[$this->current];