diff options
Diffstat (limited to 'app')
-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 | } |