From 9ce359896151767f01da0251f7efe9a422e57184 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Fri, 19 Sep 2008 17:18:55 +0000 Subject: [PATCH] fixed: actove admin console tab isn't highlighted --- docs/changelog/7.x.x.txt | 1 + www/extras/adminConsole/adminConsole.css | 2 ++ www/extras/tabs/tabs.css | 1 + 3 files changed, 4 insertions(+) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index dd70a47a5..1fa0a7f28 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.6.0 + - fixed: actove admin console tab isn't highlighted - fixed: Folders are cached by the client too long for visitors - added variant id template variable to product variant loop - fixed: editting DataForm email fields resets their name diff --git a/www/extras/adminConsole/adminConsole.css b/www/extras/adminConsole/adminConsole.css index f8cb2ea62..6ab34c3ad 100644 --- a/www/extras/adminConsole/adminConsole.css +++ b/www/extras/adminConsole/adminConsole.css @@ -220,10 +220,12 @@ div.tabs { .tabHover { background-color: #cccccc; + background-image: none; } .tabActive { background-color: #dddddd; + background-image: none; } /* form stuff */ diff --git a/www/extras/tabs/tabs.css b/www/extras/tabs/tabs.css index 9eed68c5d..92586d648 100644 --- a/www/extras/tabs/tabs.css +++ b/www/extras/tabs/tabs.css @@ -35,6 +35,7 @@ div.tabs { z-index: 10000; background: white; top: -2px; + position: relative; }