diff options
-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 | /* ========================================================================== |