Check users, Comment administrators, csmoderator, Interface administrators, oversight, Suppressors, Administrators
8,061
edits
Screamer1234 (talk | contribs) No edit summary Tag: Reverted |
Screamer1234 (talk | contribs) No edit summary Tag: Reverted |
||
Line 548: | Line 548: | ||
#left-navigation div.darkvectorTabs ul li, | #left-navigation div.darkvectorTabs ul li, | ||
#right-navigation div.darkvectorTabs ul li { | #right-navigation div.darkvectorTabs ul li { | ||
background-color: #e87057 | background-color: #222; | ||
background-image: -moz-linear-gradient(top, #333 20%, #2a2a2a 100%); | |||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #333), color-stop(100%, #2a2a2a)); | |||
background-image: -webkit-linear-gradient(top, #333 20%, #2a2a2a 100%); | |||
background-image: linear-gradient(#333 20%, #2a2a2a 100%) | |||
border: solid 1px #e87057 | |||
} | } | ||
Line 565: | Line 570: | ||
background-image: -webkit-linear-gradient(top, #e87057 0, #333 10%); | background-image: -webkit-linear-gradient(top, #e87057 0, #333 10%); | ||
background-image: linear-gradient(#e87057 0, #333 10%) | background-image: linear-gradient(#e87057 0, #333 10%) | ||
border: solid 1px #e87057 | |||
} | } | ||
edits