Code

Updated styles
[gosa.git] / gosa-core / html / themes / modern / style.css
index 0ebfc4d4957b039788750d025876187a7036165f..d42a50133c51a51845923d3f42620982155ddfb1 100644 (file)
@@ -86,8 +86,10 @@ img, input[type=image] {
 
 /* Image with migration color */
 div.img{
+  background-color:transparent;
   background-repeat:no-repeat;
   position:relative;
+  float:left;
 }
 
 div.img div {
@@ -395,7 +397,14 @@ div.menu ul li.menu-header {
   background-color:#F8F8F8;
   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
   background: -moz-linear-gradient(top, #F8F8F8, #EEE);
-  color:#AAA;
+  color:#333;
+  cursor:pointer;
+}
+
+.tabs li:hover {
+  background-color:#FFF;
+  background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#FFF));
+  background: -moz-linear-gradient(top, #F8F8F8, #FFF);
 }
 
 .tabs li.current {
@@ -408,23 +417,8 @@ div.menu ul li.menu-header {
   border-bottom:1px solid #FFF;
   position:relative;
   z-index:1;
-  color:#000;
-}
-
-.tabs a {
-  float:left;
-  display:block;
-  text-decoration:none;
-  font-weight:bold;
-  color:#777;
-}
-
-.tabs li a:visited {
-  color:#777;
-}
-
-.tabs li.current a:visited {
-  color:#000;
+  color:#222;
+  cursor:pointer;
 }
 
 
@@ -535,10 +529,6 @@ fieldset textarea:hover{
   cursor:pointer;
 }
 
-.icon-menu-item div.img{
-  float:left;
-}
-
 .icon-menu-item div.dsc{
   margin-left:55px
 }
@@ -1026,6 +1016,11 @@ a.treeList:hover,a.treeListSelected:hover {
   padding:2px;
 }
 
+ul.treeList div.img {
+  border:0;
+  margin-top:1px;
+}
+
 ul.treeList a {
   padding:2px;
   cursor:pointer;