aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/main.css')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css6
1 files changed, 4 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..d91b469f 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -414,9 +414,10 @@ 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,
418.card-tag-labels li {
418 margin: 10px 10px 10px auto; 419 margin: 10px 10px 10px auto;
419 padding: 5px 12px 5px 16px; 420 padding: 5px 12px 5px 16px !important;
420 background-color: rgba(0, 151, 167, 0.85); 421 background-color: rgba(0, 151, 167, 0.85);
421 border-radius: 0 3px 3px 0; 422 border-radius: 0 3px 3px 0;
422 color: #fff; 423 color: #fff;
@@ -447,6 +448,7 @@ main ul.row {
447 448
448.card-entry-tags a, 449.card-entry-tags a,
449.card-entry-labels a, 450.card-entry-labels a,
451.card-tag-labels a,
450.card-entry-labels-hidden a, 452.card-entry-labels-hidden a,
451#list .chip a { 453#list .chip a {
452 text-decoration: none; 454 text-decoration: none;