]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/baggy/css/main.css
Merge remote-tracking branch 'origin/master' into 2.3
[github/wallabag/wallabag.git] / app / Resources / static / themes / baggy / css / main.css
index 6d656c213cb10d0b15085a99f7474f56e95694ff..f82c6beec004f70ce7c5cab53f600950bdc6cdfa 100755 (executable)
@@ -617,6 +617,10 @@ div.pagination ul .current {
   background-color: #ccc;
 }
 
+.hide {
+  display: none;
+}
+
 /* ==========================================================================
   2.1 = "save a link" related styles
   ========================================================================== */
@@ -908,6 +912,14 @@ a.add-to-wallabag-link-after::after {
   content: "\e953";
 }
 
+.icon-pencil2::before {
+  content: "\e906";
+}
+
+.icon-users::before {
+  content: "\e972";
+}
+
 .icon-time::before {
   content: "\e952";
 }
@@ -943,6 +955,11 @@ a.add-to-wallabag-link-after::after {
   background-image: url("../../_global/img/icons/shaarli.png");
 }
 
+/* scuttle */
+.icon-image--scuttle {
+  background-image: url("../../_global/img/icons/scuttle.png");
+}
+
 /* ==========================================================================
    Icon selected
    ========================================================================== */
@@ -1059,6 +1076,10 @@ blockquote {
   content: "*";
 }
 
+.scuttle::before {
+  content: "*";
+}
+
 .return {
   text-decoration: none;
   margin-top: 1em;
@@ -1203,10 +1224,6 @@ pre code {
 }
 
 @media screen and (max-width: 500px) {
-  .hide {
-    display: none;
-  }
-
   .entry {
     width: 100%;
     margin-left: 0;