diff options
Diffstat (limited to 'themes/solarized/css/style-solarized.css')
-rw-r--r-- | themes/solarized/css/style-solarized.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/themes/solarized/css/style-solarized.css b/themes/solarized/css/style-solarized.css index cf16338f..b8e89238 100644 --- a/themes/solarized/css/style-solarized.css +++ b/themes/solarized/css/style-solarized.css | |||
@@ -219,6 +219,27 @@ a.bad-display span { | |||
219 | background-image: url('../img/solarized/bad-display.png'); | 219 | background-image: url('../img/solarized/bad-display.png'); |
220 | } | 220 | } |
221 | 221 | ||
222 | a.reload span { | ||
223 | background-image: url('../../default/img/default/reload.png'); | ||
224 | } | ||
225 | a.print span { | ||
226 | background-image: url('../../default/img/default/print.png'); | ||
227 | } | ||
228 | a.carrot span { | ||
229 | background-image: url('../../_global/img/icons/carrot-icon--black.png'); | ||
230 | background-size: 16px 16px; | ||
231 | } | ||
232 | |||
233 | a.evernote span { | ||
234 | background-image: url('../../_global/img/icons/evernote-icon--black.svg'); | ||
235 | background-size: 16px 16px; | ||
236 | } | ||
237 | |||
238 | a.diaspora span { | ||
239 | background-image: url('../../_global/img/icons/diaspora-icon--black.png'); | ||
240 | background-size: 16px 16px; | ||
241 | } | ||
242 | |||
222 | .arrow-down { | 243 | .arrow-down { |
223 | width: 0px; | 244 | width: 0px; |
224 | height: 0px; | 245 | height: 0px; |