diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-03-28 15:19:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-28 15:19:42 +0200 |
commit | f76bcf670543a5b55fff9693cd0303b16b333805 (patch) | |
tree | 99254e5ab9407ee8ad23182f0e26803fb0e956a6 /app/Resources/static/themes/material | |
parent | 7d1d961267c129e2110ce9cc14c5a9d0a7d255cb (diff) | |
parent | b5a5377af12048e05269fc490e588c1b777cde13 (diff) | |
download | wallabag-f76bcf670543a5b55fff9693cd0303b16b333805.tar.gz wallabag-f76bcf670543a5b55fff9693cd0303b16b333805.tar.zst wallabag-f76bcf670543a5b55fff9693cd0303b16b333805.zip |
Merge pull request #2999 from FrenchHope/master
Share articles to a scuttle / semantic scuttle instance
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; |