From: Nicolas LÅ“uillet Date: Tue, 6 Oct 2015 04:14:54 +0000 (+0200) Subject: restore blue color X-Git-Tag: 2.0.0-alpha.1~30^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=68e9dcf6151adf60fc25ea921ebf541c6f97435f;p=github%2Fwallabag%2Fwallabag.git restore blue color --- diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig index 7b61875c..9fb820b4 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig @@ -148,7 +148,7 @@ main {
{% for tag in entry.tags %}
- {{ tag.label }} + {{ tag.label }}
{% endfor %}
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css index 7a4e7df2..a5742905 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css @@ -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; } /* ==========================================================================