fixed: actove admin console tab isn't highlighted

This commit is contained in:
Graham Knop 2008-09-19 17:18:55 +00:00
parent fba02ac784
commit 9ce3598961
3 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -220,10 +220,12 @@ div.tabs {
.tabHover {
background-color: #cccccc;
background-image: none;
}
.tabActive {
background-color: #dddddd;
background-image: none;
}
/* form stuff */

View file

@ -35,6 +35,7 @@ div.tabs {
z-index: 10000;
background: white;
top: -2px;
position: relative;
}