diff options
author | FrenchHope <laurent.espitallier@laposte.net> | 2017-03-19 09:40:31 +0100 |
---|---|---|
committer | Jeremy Benoist <jbenoist@20minutes.fr> | 2017-03-28 14:20:14 +0200 |
commit | fb9f100e8f4f3288b87536faff4b59cacc7b1efb (patch) | |
tree | 9b32d78938ea460a257460186dd164744b881b73 /app/Resources/static/themes/material | |
parent | 7d1d961267c129e2110ce9cc14c5a9d0a7d255cb (diff) | |
download | wallabag-fb9f100e8f4f3288b87536faff4b59cacc7b1efb.tar.gz wallabag-fb9f100e8f4f3288b87536faff4b59cacc7b1efb.tar.zst wallabag-fb9f100e8f4f3288b87536faff4b59cacc7b1efb.zip |
Scuttle sharing
Diffstat (limited to 'app/Resources/static/themes/material')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index ee4ad4e0..45428e23 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -160,6 +160,11 @@ | |||
160 | background-image: url("../../_global/img/icons/shaarli.png"); | 160 | background-image: url("../../_global/img/icons/shaarli.png"); |
161 | } | 161 | } |
162 | 162 | ||
163 | /* Scuttle */ | ||
164 | .icon-image--scuttle { | ||
165 | background-image: url("../../_global/img/icons/scuttle.png"); | ||
166 | } | ||
167 | |||
163 | body { | 168 | body { |
164 | display: flex; | 169 | display: flex; |
165 | min-height: 100vh; | 170 | min-height: 100vh; |