]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/main.css
CS
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / main.css
index 20d1ddede55b489a453c9d095ce5f2dc80e122bf..d91b469ffaa00d84e070e06962d4a9e93232c700 100755 (executable)
@@ -71,6 +71,7 @@
   font-variant: normal;
   text-transform: none;
   line-height: 1;
+  background-size: 24px;
 
   /* Enable Ligatures ================ */
   letter-spacing: 0;
@@ -87,8 +88,8 @@
 }
 
 .icon-image {
-  background-size: 16px 16px;
-  background: no-repeat center;
+  background-size: 16px;
+  background-repeat: no-repeat;
   padding-right: 1em !important;
   padding-left: 1em !important;
 }
   content: "\e953";
 }
 
+.icon-mail::before {
+  content: "\ea86";
+}
+
 .icon-time::before {
   content: "\e952";
 }
   background-image: url("../../_global/img/icons/shaarli.png");
 }
 
-
 body {
   display: flex;
   min-height: 100vh;
@@ -410,9 +414,10 @@ main ul.row {
   max-width: 50%;
 }
 
-.card .card-entry-labels li {
+.card .card-entry-labels li,
+.card-tag-labels li {
   margin: 10px 10px 10px auto;
-  padding: 5px 12px 5px 16px;
+  padding: 5px 12px 5px 16px !important;
   background-color: rgba(0, 151, 167, 0.85);
   border-radius: 0 3px 3px 0;
   color: #fff;
@@ -441,6 +446,16 @@ main ul.row {
   white-space: nowrap;
 }
 
+.card-entry-tags a,
+.card-entry-labels a,
+.card-tag-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;
 }
@@ -464,8 +479,9 @@ main ul.row {
   color: #fff;
 }
 
-.quickstart .card .card-action a, .quickstart .card .card-action a:hover {
-    color: #fff !important;
+.quickstart .card .card-action a,
+.quickstart .card .card-action a:hover {
+  color: #fff !important;
 }
 
 .settings .div_tabs {