diff --git a/resources/skins.vector.styles/TabWatchstarLink.less b/resources/skins.vector.styles/TabWatchstarLink.less
index f8dfb01ad..bacde5858 100644
--- a/resources/skins.vector.styles/TabWatchstarLink.less
+++ b/resources/skins.vector.styles/TabWatchstarLink.less
@@ -36,6 +36,10 @@
background-image: linear-gradient( transparent, transparent ), url( images/unwatch-icon.svg );
}
+ #ca-unwatch.mw-watchlink-temp.icon a:before {
+ background-image: linear-gradient( transparent, transparent ), url( images/unwatch-temp-icon.svg );
+ }
+
#ca-watch.icon a:before {
background-image: linear-gradient( transparent, transparent ), url( images/watch-icon.svg );
}
@@ -45,6 +49,11 @@
background-image: linear-gradient( transparent, transparent ), url( images/unwatch-icon-hl.svg );
}
+ #ca-unwatch.mw-watchlink-temp.icon a:hover:before,
+ #ca-unwatch.mw-watchlink-temp.icon a:focus:before {
+ background-image: linear-gradient( transparent, transparent ), url( images/unwatch-temp-icon-hl.svg );
+ }
+
#ca-watch.icon a:hover:before,
#ca-watch.icon a:focus:before {
background-image: linear-gradient( transparent, transparent ), url( images/watch-icon-hl.svg );
diff --git a/resources/skins.vector.styles/images/unwatch-temp-icon-hl.svg b/resources/skins.vector.styles/images/unwatch-temp-icon-hl.svg
new file mode 100644
index 000000000..2bed7644a
--- /dev/null
+++ b/resources/skins.vector.styles/images/unwatch-temp-icon-hl.svg
@@ -0,0 +1,18 @@
+
+
\ No newline at end of file
diff --git a/resources/skins.vector.styles/images/unwatch-temp-icon.svg b/resources/skins.vector.styles/images/unwatch-temp-icon.svg
new file mode 100644
index 000000000..d50c1eddb
--- /dev/null
+++ b/resources/skins.vector.styles/images/unwatch-temp-icon.svg
@@ -0,0 +1,18 @@
+
+
\ No newline at end of file