diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-10-05 14:06:55 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-10-05 14:06:55 +0200 |
commit | 15f1352ef8761d3e083fc17c8354c30ca3542050 (patch) | |
tree | ffddb97ebfaa4a9e7d46b7560d7084d3cfaf03e3 /app/Resources | |
parent | 645c0d5bce85be0dfcb7b58c31ce96a47ceb99e3 (diff) | |
download | wallabag-15f1352ef8761d3e083fc17c8354c30ca3542050.tar.gz wallabag-15f1352ef8761d3e083fc17c8354c30ca3542050.tar.zst wallabag-15f1352ef8761d3e083fc17c8354c30ca3542050.zip |
better tags on material
Diffstat (limited to 'app/Resources')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 9c501de5..b66c88f9 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -445,6 +445,15 @@ main ul.row { | |||
445 | white-space: nowrap; | 445 | white-space: nowrap; |
446 | } | 446 | } |
447 | 447 | ||
448 | .card-entry-tags a, | ||
449 | .card-entry-labels a, | ||
450 | .card-entry-labels-hidden a, | ||
451 | #list .chip a { | ||
452 | text-decoration: none; | ||
453 | font-weight: normal; | ||
454 | color: #fff; | ||
455 | } | ||
456 | |||
448 | .card .card-content .estimatedTime { | 457 | .card .card-content .estimatedTime { |
449 | margin-bottom: 10px; | 458 | margin-bottom: 10px; |
450 | } | 459 | } |