diff options
author | Jay Sitter <jsitter@gmail.com> | 2014-11-21 15:30:59 -0500 |
---|---|---|
committer | Jay Sitter <jsitter@gmail.com> | 2014-11-21 15:30:59 -0500 |
commit | fc01f94387c3c41ca0d7c6d4ad8ed1d6678abfdd (patch) | |
tree | ca9e9d46404df5d2c74846ec78bd711d95cb4a6b /themes/default | |
parent | e9d4d17693e2d85f1a17a29f3e82e5d0235a10ad (diff) | |
download | wallabag-fc01f94387c3c41ca0d7c6d4ad8ed1d6678abfdd.tar.gz wallabag-fc01f94387c3c41ca0d7c6d4ad8ed1d6678abfdd.tar.zst wallabag-fc01f94387c3c41ca0d7c6d4ad8ed1d6678abfdd.zip |
Globalizing and creating two variants of Carrot.org icon; tidying up some CSS
Diffstat (limited to 'themes/default')
-rwxr-xr-x | themes/default/css/style-default.css | 5 | ||||
-rw-r--r-- | themes/default/img/default/carrot.png | bin | 718 -> 0 bytes |
2 files changed, 3 insertions, 2 deletions
diff --git a/themes/default/css/style-default.css b/themes/default/css/style-default.css index d00647ab..6ff2aca6 100755 --- a/themes/default/css/style-default.css +++ b/themes/default/css/style-default.css | |||
@@ -39,7 +39,8 @@ a.flattr span { | |||
39 | } | 39 | } |
40 | 40 | ||
41 | a.carrot span { | 41 | a.carrot span { |
42 | background-image: url('../img/default/carrot.png') | 42 | background-image: url('../../_global/img/icons/carrot-icon--black.png'); |
43 | background-size: 16px 16px; | ||
43 | } | 44 | } |
44 | 45 | ||
45 | a.email span { | 46 | a.email span { |
@@ -60,4 +61,4 @@ a.bad-display span { | |||
60 | 61 | ||
61 | a.print span { | 62 | a.print span { |
62 | background-image: url('../img/default/print.png'); | 63 | background-image: url('../img/default/print.png'); |
63 | } \ No newline at end of file | 64 | } |
diff --git a/themes/default/img/default/carrot.png b/themes/default/img/default/carrot.png deleted file mode 100644 index 5fc17273..00000000 --- a/themes/default/img/default/carrot.png +++ /dev/null | |||
Binary files differ | |||