X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Fcards.scss;h=9dcbb8bb28c694d48950061d7835d7b40dc200fd;hb=cefbe6a87fee244840e088955aa787a7ad3abb3e;hp=b93862d010e028fb27c29ca99eda3be65fee2fdc;hpb=3e7d86b2c503a390560fd16c4f8c8c103bd09069;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index b93862d0..9dcbb8bb 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -25,7 +25,6 @@ main { max-height: 80px; font-size: 19px; font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif; - color: #313131; } .card-stacked .card-content .card-title { @@ -73,20 +72,6 @@ main { white-space: nowrap; } - .card-entry-labels-hidden li { - display: inline-block; - background-color: $blueAccentColor; - margin: 0 5px; - padding: 5px 12px; - border-radius: 3px; - color: #fff; - max-height: 2em; - max-width: calc(100% - 15px); - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - .card-content .estimatedTime { margin-bottom: 10px; } @@ -138,6 +123,12 @@ main { display: block; } + .card-image .placeholder { + background-color: #111; + filter: invert(100%); + -webkit-filter: invert(100%); + } + &.sw { max-width: 370px; margin-left: auto; @@ -157,7 +148,7 @@ a.original:not(.waves-effect) { margin: 10px 10px 10px auto; padding: 5px 12px 5px 16px !important; background-color: $blueAccentColor; - border-radius: 0 3px 3px 0; + border-radius: 3px; color: #fff; cursor: default; } @@ -165,6 +156,7 @@ a.original:not(.waves-effect) { .card-entry-labels li { text-overflow: ellipsis; white-space: nowrap; + border-radius: 0 3px 3px 0; overflow: hidden; } @@ -264,6 +256,10 @@ a.original:not(.waves-effect) { float: right; max-width: 6em; } + + .tags { + display: inline-block; + } } #content .collection .collection-item {