diff -r 4746dd07cc48 -r 6607cd646d6d includes/clientside/css/enano-shared.css --- a/includes/clientside/css/enano-shared.css Mon Feb 11 14:33:49 2008 -0500 +++ b/includes/clientside/css/enano-shared.css Tue Feb 12 00:37:46 2008 -0500 @@ -52,7 +52,7 @@ opacity: 0.6; /*filter: alpha(opacity=60);*/ } -div.toolbar a:hover img { +div.toolbar a:hover img, div.toolbar a:focus img { opacity: 1; /*filter: alpha(opacity=100);*/ } @@ -67,7 +67,7 @@ max-height: 16px; text-decoration: none; } -div.toolbar a:hover { +div.toolbar a:hover, div.toolbar a:focus { border: 1px solid #202090; background-color: #ceceed; color: #000000; @@ -649,3 +649,10 @@ font-weight: bold; } +div.noborderbottom * { + border-bottom-width: 0px; +} + +div.nobordertop * { + border-top-width: 0px; +}