MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 174: | Line 174: | ||
#ca-watch, | #ca-watch, | ||
#ca-unwatch { | #ca-unwatch { | ||
position: relative; | |||
background: var(--wiz-panel-background); | background: var(--wiz-panel-background); | ||
background-image: none; | background-image: none; | ||
border-left: 1px solid var(--wiz-content-border); | border-left: 1px solid var(--wiz-content-border); | ||
border-bottom: | border-bottom: 0; | ||
} | } | ||
| Line 184: | Line 185: | ||
border-left: 0; | border-left: 0; | ||
border-bottom: 0; | border-bottom: 0; | ||
} | |||
#ca-watch::after, | |||
#ca-unwatch::after { | |||
content: ""; | |||
position: absolute; | |||
right: 0; | |||
bottom: -1px; | |||
left: 0; | |||
height: 1px; | |||
background: var(--wiz-content-border); | |||
pointer-events: none; | |||
} | } | ||