MediaWiki:Darkvector.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 1,214: | Line 1,214: | ||
#ca-unwatch.icon a { | #ca-unwatch.icon a { | ||
background-image: url('images/unwatch-icon. | background-image: url('images/unwatch-icon.svg'); | ||
background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/unwatch-icon.svg'); | background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/unwatch-icon.svg'); | ||
background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/unwatch-icon.svg') | background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/unwatch-icon.svg') | ||
Line 1,220: | Line 1,220: | ||
#ca-watch.icon a { | #ca-watch.icon a { | ||
background-image: url('images/watch-icon. | background-image: url('images/watch-icon.svg'); | ||
background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/watch-icon.svg'); | background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/watch-icon.svg'); | ||
background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/watch-icon.svg') | background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/watch-icon.svg') | ||
Line 1,227: | Line 1,227: | ||
#ca-unwatch.icon a:hover, | #ca-unwatch.icon a:hover, | ||
#ca-unwatch.icon a:focus { | #ca-unwatch.icon a:focus { | ||
background-image: url('images/unwatch-icon-hl. | background-image: url('images/unwatch-icon-hl.svg'); | ||
background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/unwatch-icon-hl.svg'); | background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/unwatch-icon-hl.svg'); | ||
background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/unwatch-icon-hl.svg') | background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/unwatch-icon-hl.svg') | ||
Line 1,234: | Line 1,234: | ||
#ca-watch.icon a:hover, | #ca-watch.icon a:hover, | ||
#ca-watch.icon a:focus { | #ca-watch.icon a:focus { | ||
background-image: url('images/watch-icon-hl. | background-image: url('images/watch-icon-hl.svg'); | ||
background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/watch-icon-hl.svg'); | background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/watch-icon-hl.svg'); | ||
background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/watch-icon-hl.svg') | background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/resources/common/images/watch-icon-hl.svg') | ||
Line 1,241: | Line 1,241: | ||
#ca-unwatch.icon a.loading, | #ca-unwatch.icon a.loading, | ||
#ca-watch.icon a.loading { | #ca-watch.icon a.loading { | ||
background-image: url('images/watch-icon-loading. | background-image: url('images/watch-icon-loading.svg'); | ||
background-image: -webkit-linear-gradient(transparent, transparent), url('images/watch-icon-loading.svg'); | background-image: -webkit-linear-gradient(transparent, transparent), url('images/watch-icon-loading.svg'); | ||
background-image: linear-gradient(transparent, transparent), url('images/watch-icon-loading.svg'); | background-image: linear-gradient(transparent, transparent), url('images/watch-icon-loading.svg'); |