]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
restore blue color 1459/head
authorNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Tue, 6 Oct 2015 04:14:54 +0000 (06:14 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Tue, 6 Oct 2015 04:16:17 +0000 (06:16 +0200)
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css

index 7b61875c2837b170bb68b5dabe705197a750a74e..9fb820b4a5bdd7086f4a9efa2cce4fa1697ab764 100644 (file)
@@ -148,7 +148,7 @@ main {
             <div id="list">
                 {% for tag in entry.tags %}
                     <div class="chip">
-                    {{ tag.label }}<i class="mdi-navigation-close material-icons"></i>
+                    {{ tag.label }}
                     </div>
                 {% endfor %}
             </div>
index 7a4e7df2f2861ce0cff27e506a920667c69963aa..a5742905b124c74eff2d00393c9f3d5533cf2462 100755 (executable)
@@ -335,16 +335,9 @@ main ul.row {
     margin-right: 15px;
 }
 
-#article aside span a {
+#article aside .chip {
     background-color: #039be5;
-    color: #fff;
-    border-radius: 3px;
-    float: left;
-    font-size: 0.6em;
-    margin-left: 0.5em;
-    margin-bottom: 0.5em;
-    padding: 4px;
-    text-decoration: none;
+    color: #ffffff;
 }
 
 /* ==========================================================================