From 68e9dcf6151adf60fc25ea921ebf541c6f97435f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 6 Oct 2015 06:14:54 +0200 Subject: [PATCH] restore blue color --- .../views/themes/material/Entry/entry.html.twig | 2 +- .../views/themes/material/public/css/main.css | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) 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; } /* ========================================================================== -- 2.41.0