From d9fee7498c62fef8bc8560d8696e0e87ae3bb5e0 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 1 Mar 2010 15:01:22 +0000 Subject: [PATCH] Updated tab style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15807 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 28 +++++++++----------------- 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 0ebfc4d49..6ce586a3c 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -395,7 +395,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 +415,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; } -- 2.30.2