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