]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/baggy/css/main.css
add evernote icon
[github/wallabag/wallabag.git] / themes / baggy / css / main.css
index 568eb116a1f8820a20ac31cb1b19c7dfca36849b..54622cfcee1c75840dec399b127c3e4db394aa93 100755 (executable)
@@ -667,8 +667,8 @@ a.add-to-wallabag-link-after:after {
 
 .icon span,
 .icon-image span {
-       display: inline-block;
-       text-indent: -9999px;
+  position: absolute;
+  top: -9999px;
 }
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
@@ -736,6 +736,15 @@ a.add-to-wallabag-link-after:after {
 .icon-print:before {
   content: "\e80d";
 }
+.icon-random:before {
+  content: "\e915";
+}
+.icon-reload:before {
+  content: "\ea2e";
+}
+.icon-evernote:before {
+  content: "\e603";
+}
 
 
 /* .icon-image class, for image-based icons
@@ -754,6 +763,11 @@ a.add-to-wallabag-link-after:after {
        background-image: url('../../_global/img/icons/carrot-icon--white.png');
 }
 
+/* Diaspora */
+.icon-image--diaspora {
+       background-image: url('../../_global/img/icons/diaspora-icon--black.png');
+}}
+
 /* ==========================================================================
    Icon selected
    ========================================================================== */