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