Ljonka has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/324737

Change subject: Change watch icon to new icomon, after vector image does not 
exists per default anymore
......................................................................

Change watch icon to new icomon, after vector image does not exists per default 
anymore

Change-Id: Ib7b914ebe9d1d21c098d75d803b88334d0931115
---
M resources/components/skin.contentActions.less
1 file changed, 19 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/BlueSpiceSkin 
refs/changes/37/324737/1

diff --git a/resources/components/skin.contentActions.less 
b/resources/components/skin.contentActions.less
index 5ebba3f..55cce89 100644
--- a/resources/components/skin.contentActions.less
+++ b/resources/components/skin.contentActions.less
@@ -59,13 +59,29 @@
                        a{
                                display: block;
                                position: relative;
-                               width: 15px;
+                               width: 16px;
                                height: 16px;
                                overflow: hidden;
-                               margin-top: -13px;
+                               //margin-top: -13px;
                                padding: 0;
-                               text-indent: -178px;
+                               //text-indent: -178px;
                        }
+                       a:before{
+                               font-family: "entypo" !important;
+                               font-size: large;
+                       }
+               }
+               #ca-watch a:before{
+                       content: "\ea1c";
+               }
+               #ca-unwatch a:before{
+                       content: "\ea1d";
+               }
+               #ca-watch a:hover::before{
+                       content: "\ea1d";
+               }
+               #ca-unwatch a:hover::before{
+                       content: "\ea1c";
                }
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/324737
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib7b914ebe9d1d21c098d75d803b88334d0931115
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/BlueSpiceSkin
Gerrit-Branch: master
Gerrit-Owner: Ljonka <l.verhovs...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to