diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-06 06:14:54 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-06 06:16:17 +0200 |
commit | 68e9dcf6151adf60fc25ea921ebf541c6f97435f (patch) | |
tree | 38924d3df3d01b864c1e5de7697517613cc70e96 /src/Wallabag | |
parent | 9c8f7af196e6645525e5ff5b07864eaef8fb5ef5 (diff) | |
download | wallabag-68e9dcf6151adf60fc25ea921ebf541c6f97435f.tar.gz wallabag-68e9dcf6151adf60fc25ea921ebf541c6f97435f.tar.zst wallabag-68e9dcf6151adf60fc25ea921ebf541c6f97435f.zip |
restore blue color
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig | 2 | ||||
-rwxr-xr-x | src/Wallabag/CoreBundle/Resources/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 { | |||
148 | <div id="list"> | 148 | <div id="list"> |
149 | {% for tag in entry.tags %} | 149 | {% for tag in entry.tags %} |
150 | <div class="chip"> | 150 | <div class="chip"> |
151 | {{ tag.label }}<i class="mdi-navigation-close material-icons"></i> | 151 | {{ tag.label }} |
152 | </div> | 152 | </div> |
153 | {% endfor %} | 153 | {% endfor %} |
154 | </div> | 154 | </div> |
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 { | |||
335 | margin-right: 15px; | 335 | margin-right: 15px; |
336 | } | 336 | } |
337 | 337 | ||
338 | #article aside span a { | 338 | #article aside .chip { |
339 | background-color: #039be5; | 339 | background-color: #039be5; |
340 | color: #fff; | 340 | color: #ffffff; |
341 | border-radius: 3px; | ||
342 | float: left; | ||
343 | font-size: 0.6em; | ||
344 | margin-left: 0.5em; | ||
345 | margin-bottom: 0.5em; | ||
346 | padding: 4px; | ||
347 | text-decoration: none; | ||
348 | } | 341 | } |
349 | 342 | ||
350 | /* ========================================================================== | 343 | /* ========================================================================== |