Index: trunk/kernel/admin_templates/incs/style.css =================================================================== diff -u -r4467 -r4996 --- trunk/kernel/admin_templates/incs/style.css (.../style.css) (revision 4467) +++ trunk/kernel/admin_templates/incs/style.css (.../style.css) (revision 4996) @@ -336,19 +336,21 @@ font-family: verdana, arial; font-size: 14px; font-weight: bold; - color: #FFFFFF; background-color: #999999; text-decoration: none; - height: 24px; + + color: #FFFFFF; + } .subsectiontitle:hover { font-family: verdana, arial; font-size: 14px; font-weight: bold; - color: #FFCC00; background-color: #999999; text-decoration: none; + + color: #FFCC00; } .error { @@ -541,3 +543,28 @@ .dLink:hover { text-decoration: underline; } + +a.config-header, a.config-header:hover { + color: #FFFFFF; + font-size: 11px; +} + +.catalog-tab-left { + background: url(../img/itemtabs/tab_left.gif) top left no-repeat; +} + +.catalog-tab-middle { + background: url(../img/itemtabs/tab_middle.gif) top left repeat-x; +} + +.catalog-tab-right { + background: url(../img/itemtabs/tab_right.gif) top right no-repeat; +} + +.catalog-tab-selected td { + background-color: #E0E0DA; +} + +.catalog-tab-unselected td { + background-color: #F0F1EB; +}