]> git.immae.eu Git - github/wallabag/wallabag.git/blob - tpl/css/style-light.css
fixes with new session class
[github/wallabag/wallabag.git] / tpl / css / style-light.css
1 a.back span {
2 background: url('../img/light/left.png');
3 }
4
5 a.top span {
6 background: url('../img/light/top.png');
7 }
8
9 a.fav span {
10 background: url('../img/light/star-on.png');
11 }
12 a.fav span:hover {
13 background: url('../img/light/star-off.png');
14 }
15
16 a.fav-off span {
17 background: url('../img/light/star-off.png');
18 }
19 a.fav-off span:hover {
20 background: url('../img/light/star-on.png');
21 }
22
23 a.archive span {
24 background: url('../img/light/checkmark-on.png');
25 }
26 a.archive span:hover {
27 background: url('../img/light/checkmark-off.png');
28 }
29
30 a.archive-off span {
31 background: url('../img/light/checkmark-off.png');
32 }
33 a.archive-off span:hover {
34 background: url('../img/light/checkmark-on.png');
35 }
36
37 a.twitter span {
38 background: url('../img/light/twitter.png');
39 }
40
41 a.shaarli span {
42 background: url('../img/light/shaarli.png');
43 }
44
45 a.flattr span {
46 background: url('../img/light/flattr.png');
47 }
48
49 a.email span {
50 background: url('../img/light/envelop.png');
51 }
52
53 a.delete span {
54 background: url('../img/light/remove.png');
55 }