diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-10-05 16:16:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-05 16:16:21 +0200 |
commit | 046f33e21bb96429933fc37ad756105f0ec67873 (patch) | |
tree | c6aa518ebb32a4ab2e33ccbe4925e7aab7edeae3 /app/Resources/static/themes/material | |
parent | 145d69fe5d79f8d4edf493ed42e80f73beb689a3 (diff) | |
parent | 15f1352ef8761d3e083fc17c8354c30ca3542050 (diff) | |
download | wallabag-046f33e21bb96429933fc37ad756105f0ec67873.tar.gz wallabag-046f33e21bb96429933fc37ad756105f0ec67873.tar.zst wallabag-046f33e21bb96429933fc37ad756105f0ec67873.zip |
Merge pull request #2374 from wallabag/clickable-tags
Clickable tags
Diffstat (limited to 'app/Resources/static/themes/material')
-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 | } |