]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/main.css
better tags on material
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / main.css
index 5a46ec09ef87778482cf04d66000c03b082ef8ed..b66c88f9c3ccc9262184a6ab2f595b873d47742e 100755 (executable)
@@ -71,6 +71,7 @@
   font-variant: normal;
   text-transform: none;
   line-height: 1;
+  background-size: 24px;
 
   /* Enable Ligatures ================ */
   letter-spacing: 0;
@@ -89,7 +90,6 @@
 .icon-image {
   background-size: 16px;
   background-repeat: no-repeat;
-  background-position: center;
   padding-right: 1em !important;
   padding-left: 1em !important;
 }
   content: "\e953";
 }
 
+.icon-mail::before {
+  content: "\ea86";
+}
+
 .icon-time::before {
   content: "\e952";
 }
@@ -441,6 +445,15 @@ main ul.row {
   white-space: nowrap;
 }
 
+.card-entry-tags a,
+.card-entry-labels a,
+.card-entry-labels-hidden a,
+#list .chip a {
+  text-decoration: none;
+  font-weight: normal;
+  color: #fff;
+}
+
 .card .card-content .estimatedTime {
   margin-bottom: 10px;
 }