diff options
Diffstat (limited to 'app/Resources/static')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index b66c88f9..121e7bf4 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -414,9 +414,9 @@ main ul.row { | |||
414 | max-width: 50%; | 414 | max-width: 50%; |
415 | } | 415 | } |
416 | 416 | ||
417 | .card .card-entry-labels li { | 417 | .card .card-entry-labels li, .card-tag-labels li { |
418 | margin: 10px 10px 10px auto; | 418 | margin: 10px 10px 10px auto; |
419 | padding: 5px 12px 5px 16px; | 419 | padding: 5px 12px 5px 16px !important; |
420 | background-color: rgba(0, 151, 167, 0.85); | 420 | background-color: rgba(0, 151, 167, 0.85); |
421 | border-radius: 0 3px 3px 0; | 421 | border-radius: 0 3px 3px 0; |
422 | color: #fff; | 422 | color: #fff; |
@@ -447,6 +447,7 @@ main ul.row { | |||
447 | 447 | ||
448 | .card-entry-tags a, | 448 | .card-entry-tags a, |
449 | .card-entry-labels a, | 449 | .card-entry-labels a, |
450 | .card-tag-labels a, | ||
450 | .card-entry-labels-hidden a, | 451 | .card-entry-labels-hidden a, |
451 | #list .chip a { | 452 | #list .chip a { |
452 | text-decoration: none; | 453 | text-decoration: none; |