MediaWiki:Vector.css: различия между версиями
Ivan (обсуждение | вклад) Нет описания правки Метка: отменено |
Ivan (обсуждение | вклад) Нет описания правки Метка: отменено |
||
| Строка 689: | Строка 689: | ||
background-image:url('images/unwatch-icon.svg') no-repeat; | background-image:url('images/unwatch-icon.svg') no-repeat; | ||
} | } | ||
.vector-menu-tabs #ca-watch.icon a | .vector-menu-tabs #ca-watch.icon a::before { | ||
background-image:url('images/watch-icon.svg') no-repeat; | background-image:url('images/watch-icon.svg') no-repeat; | ||
} | |||
.vector-menu-tabs #ca-watch.icon a:focus::before { | |||
background-image:url('images/watch-icon.svg') no-repeat; | |||
} | |||
.vector-menu-tabs #ca-watch.icon a:hover::before { | |||
background-image:url('images/unwatch-icon.svg') no-repeat; | |||
} | } | ||