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