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