Changed control panel tab colors. No longer use an image.

This commit is contained in:
Accensus 2017-06-19 20:07:39 +03:00
parent 373a031f45
commit e3850268c7
3 changed files with 3 additions and 3 deletions

View file

@ -822,11 +822,10 @@ ul.cplist {
/* CP tabbed menu /* CP tabbed menu
----------------------------------------*/ ----------------------------------------*/
#tabs a { #tabs a {
background-image: url("{T_THEME_PATH}/images/bg_tabs1.gif"); background-color:#20252d
} }
#tabs a span { #tabs a span {
background-image: url("{T_THEME_PATH}/images/bg_tabs2.gif");
color: #5aa2d2; color: #5aa2d2;
} }
@ -835,7 +834,8 @@ ul.cplist {
} }
#tabs .activetab a { #tabs .activetab a {
border-bottom-color: #121212; background-color:#30353d;
border-bottom-color: #5aa2c7;
} }
#tabs .activetab a span { #tabs .activetab a span {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 966 B