mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2025-02-16 09:01:09 +00:00
Changed tab colors in posting screen.
This commit is contained in:
parent
5bc480f27a
commit
ee3def4bae
1 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ ul.cplist {
|
|||
#tabs .activetab a span, #ptabs .activetab a span {
|
||||
background-position: 100% 0;
|
||||
padding-bottom: 7px;
|
||||
color: #333333;
|
||||
color: #aaaaaa;
|
||||
}
|
||||
|
||||
#tabs a:hover, #ptabs a:hover {
|
||||
|
@ -189,7 +189,7 @@ ul.cplist {
|
|||
}
|
||||
|
||||
#tabs .activetab a:hover span, #ptabs .activetab a:hover span {
|
||||
color: #000000;
|
||||
color: #cfcfcf;
|
||||
background-position: 100% 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue