MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 60: | Line 60: | ||
background: #ffffff !important; | background: #ffffff !important; | ||
} | } | ||
#ca-watch a, | /* Restore the native watch/unwatch star */ | ||
#ca-unwatch a { | #ca-watch, | ||
display: | #ca-unwatch { | ||
width: | background: none !important; | ||
height: | border: none !important; | ||
} | |||
#ca-watch.icon a, | |||
#ca-unwatch.icon a { | |||
display: block !important; | |||
width: 28px !important; | |||
height: 0 !important; | |||
padding: 3.1em 0 0 0 !important; | |||
margin: 0 !important; | |||
overflow: hidden !important; | overflow: hidden !important; | ||
background-position: | background-position: 5px 60% !important; | ||
background-repeat: no-repeat !important; | |||
} | } | ||