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