diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-15 15:09:00 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-15 15:09:00 +0200 |
commit | 023579d1d8ef0a920b25ce57a13ce8e08e535efe (patch) | |
tree | 98cee9bf496a4efa80ebb6cd77d9bd3e977408e1 /css/style.css | |
parent | cf3180f6b8c552bbf7214d1ba72fbf1fc90ef861 (diff) | |
download | wallabag-023579d1d8ef0a920b25ce57a13ce8e08e535efe.tar.gz wallabag-023579d1d8ef0a920b25ce57a13ce8e08e535efe.tar.zst wallabag-023579d1d8ef0a920b25ce57a13ce8e08e535efe.zip |
nouvelles icĂ´nes
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/css/style.css b/css/style.css index d77fb9e7..ee99dbcf 100644 --- a/css/style.css +++ b/css/style.css | |||
@@ -66,7 +66,7 @@ footer { | |||
66 | } | 66 | } |
67 | 67 | ||
68 | input[type=submit].delete { | 68 | input[type=submit].delete { |
69 | background : url('../img/delete.png') no-repeat center center; | 69 | background : url('../img/remove.png') no-repeat center center; |
70 | width : 16px; | 70 | width : 16px; |
71 | height :16px; | 71 | height :16px; |
72 | border : none; | 72 | border : none; |
@@ -145,39 +145,35 @@ input[type=submit].delete { | |||
145 | } | 145 | } |
146 | 146 | ||
147 | a.fav span { | 147 | a.fav span { |
148 | background: url('../img/fav-on.png') no-repeat; | 148 | background: url('../img/star-on.png') no-repeat; |
149 | } | 149 | } |
150 | 150 | ||
151 | a.fav span:hover { | 151 | a.fav span:hover { |
152 | background: url('../img/fav-off.png') no-repeat; | 152 | background: url('../img/star-off.png') no-repeat; |
153 | } | 153 | } |
154 | 154 | ||
155 | a.fav-off span { | 155 | a.fav-off span { |
156 | background: url('../img/fav-off.png') no-repeat; | 156 | background: url('../img/star-off.png') no-repeat; |
157 | } | 157 | } |
158 | 158 | ||
159 | a.fav-off span:hover { | 159 | a.fav-off span:hover { |
160 | background: url('../img/fav-on.png') no-repeat; | 160 | background: url('../img/star-on.png') no-repeat; |
161 | } | 161 | } |
162 | 162 | ||
163 | a.archive span { | 163 | a.archive span { |
164 | background: url('../img/archive-on.png') no-repeat; | 164 | background: url('../img/checkmark-on.png') no-repeat; |
165 | } | 165 | } |
166 | 166 | ||
167 | a.archive span:hover { | 167 | a.archive span:hover { |
168 | background: url('../img/archive-off.png') no-repeat; | 168 | background: url('../img/checkmark-off.png') no-repeat; |
169 | } | 169 | } |
170 | 170 | ||
171 | a.archive-off span { | 171 | a.archive-off span { |
172 | background: url('../img/archive-off.png') no-repeat; | 172 | background: url('../img/checkmark-off.png') no-repeat; |
173 | } | 173 | } |
174 | 174 | ||
175 | a.archive-off span:hover { | 175 | a.archive-off span:hover { |
176 | background: url('../img/archive-on.png') no-repeat; | 176 | background: url('../img/checkmark-on.png') no-repeat; |
177 | } | ||
178 | |||
179 | a.delete span { | ||
180 | background: url('../img/delete.png') no-repeat; | ||
181 | } | 177 | } |
182 | 178 | ||
183 | /*** ***/ | 179 | /*** ***/ |