changeset 104:35917ffd1df4

browser side: CSS tabs fix
author Goffi <goffi@goffi.org>
date Wed, 29 Jun 2011 00:09:18 +0200
parents 500a1529c191
children d870258b5e79
files public/libervia.css
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/public/libervia.css	Tue Jun 28 23:36:19 2011 +0200
+++ b/public/libervia.css	Wed Jun 29 00:09:18 2011 +0200
@@ -861,7 +861,6 @@
 }
 
 .gwt-TabBar {
-  color: #fff;
   position: fixed;
   z-index: 10;
   bottom: 0;
@@ -894,9 +893,13 @@
   margin-left: 10px;
 }
 
-.gwt-TabBarItem-selected, div.gwt-TabBarItem:hover {
+.mainTabPanel .gwt-TabBarItem div {
+  color: #e7e5e5;
+}
+
+.mainTabPanel .gwt-TabBarItem-selected *, .mainTabPanel div.gwt-TabBarItem:hover *{
+  color: #444 !important;
   background-color: #fff;
-  color: #e7e5e5;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#fff′, endColorstr=’#ccc’);
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
   background: -moz-linear-gradient(top, #fff, #ccc);