aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/css/style.css
diff options
context:
space:
mode:
authorNumEricR <eric.github@gmail.com>2013-09-10 23:52:28 +0200
committerNumEricR <eric.github@gmail.com>2013-09-10 23:54:18 +0200
commit7eb64927cc8936f4b1ee7f76c3a8058044bb587c (patch)
tree77acbb2fa2e551a599f89529b7bbef509f5d8176 /tpl/css/style.css
parent9074534c935d852bd66133b56a769ff69ac9f58f (diff)
downloadwallabag-7eb64927cc8936f4b1ee7f76c3a8058044bb587c.tar.gz
wallabag-7eb64927cc8936f4b1ee7f76c3a8058044bb587c.tar.zst
wallabag-7eb64927cc8936f4b1ee7f76c3a8058044bb587c.zip
Move icons no-repeat into common style
Diffstat (limited to 'tpl/css/style.css')
-rw-r--r--tpl/css/style.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css
index c056429d..bb99ca4c 100644
--- a/tpl/css/style.css
+++ b/tpl/css/style.css
@@ -281,3 +281,20 @@ footer {
281 color:white; 281 color:white;
282 border-radius: 3px; 282 border-radius: 3px;
283} 283}
284
285a.back span,
286a.top span,
287a.fav span,
288a.fav span:hover,
289a.fav-off span,
290a.fav-off span:hover,
291a.archive span,
292a.archive span:hover,
293a.archive-off span,
294a.archive-off span:hover,
295a.twitter span,
296a.flattr span,
297a.email span,
298a.delete span {
299 background-repeat: no-repeat;
300}