User:WelpThatWorked/vector.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(style dropmenu)
(Custom watch icon)
Line 55: Line 55:
.vector-menu-dropdown .vector-menu-content {
.vector-menu-dropdown .vector-menu-content {
background-color: rgba(248,209,255,1);
background-color: rgba(248,209,255,1);
}

.vector-menu-tabs .mw-watchlink.icon a:before{
background-image: url(https://static.miraheze.org/celestewiki/a/a1/Strawberry_ingame.png) !important;
background-size: contain;
height: 24px;
width: 24px;
top: 12px;
left: 2px;
}

.vector-menu-tabs #ca-watch.icon a:hover:before,
.vector-menu-tabs #ca-unwatch.icon a:hover:before {
filter: sepia(1);
}

.vector-menu-tabs #ca-watch.icon a:before {
filter: grayscale(1);
}

.vector-menu-tabs #ca-unwatch.icon a:before {
filter: none;
}
}