diff options
Diffstat (limited to 'themes/default/css/style-default.css')
-rwxr-xr-x | themes/default/css/style-default.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/themes/default/css/style-default.css b/themes/default/css/style-default.css index 4406d48f..da8703f2 100755 --- a/themes/default/css/style-default.css +++ b/themes/default/css/style-default.css | |||
@@ -43,6 +43,11 @@ a.carrot span { | |||
43 | background-size: 16px 16px; | 43 | background-size: 16px 16px; |
44 | } | 44 | } |
45 | 45 | ||
46 | a.evernote span { | ||
47 | background-image: url('../../_global/img/icons/evernote-icon--black.svg'); | ||
48 | background-size: 16px 16px; | ||
49 | } | ||
50 | |||
46 | a.diaspora span { | 51 | a.diaspora span { |
47 | background-image: url('../../_global/img/icons/diaspora-icon--black.png'); | 52 | background-image: url('../../_global/img/icons/diaspora-icon--black.png'); |
48 | background-size: 16px 16px; | 53 | background-size: 16px 16px; |
@@ -67,3 +72,16 @@ a.bad-display span { | |||
67 | a.print span { | 72 | a.print span { |
68 | background-image: url('../img/default/print.png'); | 73 | background-image: url('../img/default/print.png'); |
69 | } | 74 | } |
75 | a.reload span { | ||
76 | background-image: url('../img/default/reload.png'); | ||
77 | } | ||
78 | .edit-tags span { | ||
79 | background-image: url('../img/default/tags.png'); | ||
80 | display: inline-block; | ||
81 | width: 16px; | ||
82 | height: 16px; | ||
83 | /* Hide textual content */ | ||
84 | overflow: hidden; | ||
85 | text-align: left; | ||
86 | text-indent: -9999px; | ||
87 | } | ||