diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-03-18 22:42:26 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-03-18 22:42:26 +0100 |
commit | 47424de64ed1fcb7bd5d848314581bccb11a15bb (patch) | |
tree | ec1823b05c96918ac817359418de1ef41cb703d9 /themes/dark/css | |
parent | 3ff449c13a2576d6f20750d80bc180498cae19be (diff) | |
download | wallabag-47424de64ed1fcb7bd5d848314581bccb11a15bb.tar.gz wallabag-47424de64ed1fcb7bd5d848314581bccb11a15bb.tar.zst wallabag-47424de64ed1fcb7bd5d848314581bccb11a15bb.zip |
git fix #1159 and bring icons to all themes (dirty icons)
Diffstat (limited to 'themes/dark/css')
-rw-r--r-- | themes/dark/css/style-dark.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/themes/dark/css/style-dark.css b/themes/dark/css/style-dark.css index 41782c48..d0491bcc 100644 --- a/themes/dark/css/style-dark.css +++ b/themes/dark/css/style-dark.css | |||
@@ -65,6 +65,27 @@ a.bad-display span { | |||
65 | background-image: url('../img/dark/bad-display.png'); | 65 | background-image: url('../img/dark/bad-display.png'); |
66 | } | 66 | } |
67 | 67 | ||
68 | a.reload span { | ||
69 | background-image: url('../../default/img/default/reload.png'); | ||
70 | } | ||
71 | a.print span { | ||
72 | background-image: url('../../default/img/default/print.png'); | ||
73 | } | ||
74 | a.carrot span { | ||
75 | background-image: url('../../_global/img/icons/carrot-icon--black.png'); | ||
76 | background-size: 16px 16px; | ||
77 | } | ||
78 | |||
79 | a.evernote span { | ||
80 | background-image: url('../../_global/img/icons/evernote-icon--black.svg'); | ||
81 | background-size: 16px 16px; | ||
82 | } | ||
83 | |||
84 | a.diaspora span { | ||
85 | background-image: url('../../_global/img/icons/diaspora-icon--black.png'); | ||
86 | background-size: 16px 16px; | ||
87 | } | ||
88 | |||
68 | .pagination a { | 89 | .pagination a { |
69 | color: #aaa; | 90 | color: #aaa; |
70 | } | 91 | } |