aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/cards.scss
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2018-10-16 07:45:22 +0000
committerGitHub <noreply@github.com>2018-10-16 07:45:22 +0000
commit0658ce4f111c888f64464cfaa2a8ed392bae0a6e (patch)
tree5070d298f9c975e91713652e9a1590cfe34fa6eb /app/Resources/static/themes/material/css/cards.scss
parentfbdc665487bc5ea9fd46502be06a13ebc3e2fb4f (diff)
parentcefbe6a87fee244840e088955aa787a7ad3abb3e (diff)
downloadwallabag-0658ce4f111c888f64464cfaa2a8ed392bae0a6e.tar.gz
wallabag-0658ce4f111c888f64464cfaa2a8ed392bae0a6e.tar.zst
wallabag-0658ce4f111c888f64464cfaa2a8ed392bae0a6e.zip
Merge pull request #3745 from burkemw3/patch-3
Add placeholder image to card-based gallery entries page
Diffstat (limited to 'app/Resources/static/themes/material/css/cards.scss')
-rw-r--r--app/Resources/static/themes/material/css/cards.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index 8f7f8f7b..9dcbb8bb 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -123,6 +123,12 @@ main {
123 display: block; 123 display: block;
124 } 124 }
125 125
126 .card-image .placeholder {
127 background-color: #111;
128 filter: invert(100%);
129 -webkit-filter: invert(100%);
130 }
131
126 &.sw { 132 &.sw {
127 max-width: 370px; 133 max-width: 370px;
128 margin-left: auto; 134 margin-left: auto;