diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/DoctrineMigrations/Version20170719231144.php | 2 | ||||
-rw-r--r-- | app/Resources/static/themes/material/css/cards.scss | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/app/DoctrineMigrations/Version20170719231144.php b/app/DoctrineMigrations/Version20170719231144.php index 04358c7c..93fe7f26 100644 --- a/app/DoctrineMigrations/Version20170719231144.php +++ b/app/DoctrineMigrations/Version20170719231144.php | |||
@@ -55,7 +55,7 @@ class Version20170719231144 extends WallabagMigration | |||
55 | } | 55 | } |
56 | 56 | ||
57 | // Just in case... | 57 | // Just in case... |
58 | if (count($ids) > 0) { | 58 | if (\count($ids) > 0) { |
59 | // Merge tags | 59 | // Merge tags |
60 | $this->addSql(' | 60 | $this->addSql(' |
61 | UPDATE ' . $this->getTable('entry_tag') . ' | 61 | UPDATE ' . $this->getTable('entry_tag') . ' |
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; |