1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-10-31 15:35:05 -04:00
wallabag/tpl/css/style-light.css

55 lines
1.0 KiB
CSS
Raw Normal View History

2013-08-05 15:56:32 -04:00
a.back span {
2013-09-10 17:52:28 -04:00
background: url('../img/light/left.png');
}
2013-08-05 15:56:32 -04:00
a.top span {
2013-09-10 17:52:28 -04:00
background: url('../img/light/top.png');
}
a.fav span {
2013-09-10 17:52:28 -04:00
background: url('../img/light/star-on.png');
}
a.fav span:hover {
2013-09-10 17:52:28 -04:00
background: url('../img/light/star-off.png');
}
a.fav-off span {
2013-09-10 17:52:28 -04:00
background: url('../img/light/star-off.png');
}
a.fav-off span:hover {
2013-09-10 17:52:28 -04:00
background: url('../img/light/star-on.png');
}
a.archive span {
2013-09-10 17:52:28 -04:00
background: url('../img/light/checkmark-on.png');
}
a.archive span:hover {
2013-09-10 17:52:28 -04:00
background: url('../img/light/checkmark-off.png');
}
a.archive-off span {
2013-09-10 17:52:28 -04:00
background: url('../img/light/checkmark-off.png');
}
a.archive-off span:hover {
2013-09-10 17:52:28 -04:00
background: url('../img/light/checkmark-on.png');
}
2013-08-05 09:54:37 -04:00
a.twitter span {
2013-09-10 17:52:28 -04:00
background: url('../img/light/twitter.png');
2013-08-05 09:54:37 -04:00
}
2013-08-20 05:23:00 -04:00
a.shaarli span {
2013-09-10 17:52:28 -04:00
background: url('../img/light/shaarli.png');
2013-08-20 05:23:00 -04:00
}
a.flattr span {
background: url('../img/light/flattr.png');
}
2013-08-05 09:54:37 -04:00
a.email span {
2013-09-10 17:52:28 -04:00
background: url('../img/light/envelop.png');
2013-08-05 09:54:37 -04:00
}
2013-08-05 15:56:32 -04:00
a.delete span {
2013-09-10 17:52:28 -04:00
background: url('../img/light/remove.png');
2013-08-05 15:56:32 -04:00
}