aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-02-01 12:22:14 +0100
committerThomas Citharel <tcit@tcit.fr>2015-02-01 12:22:14 +0100
commit89637c2a1dcc114b17a8f7eef493b51315e1a6ac (patch)
tree1715cb08f5b754f320c32c2612775fbe811b2d92 /themes
parentd4b6e20e2f04c5e93ab77b732a1108aee1b639d6 (diff)
downloadwallabag-89637c2a1dcc114b17a8f7eef493b51315e1a6ac.tar.gz
wallabag-89637c2a1dcc114b17a8f7eef493b51315e1a6ac.tar.zst
wallabag-89637c2a1dcc114b17a8f7eef493b51315e1a6ac.zip
added reload icon and fixed a bug where random could redirect to deleted articles
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/baggy/css/main.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index 9356deda..90d546fc 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -737,7 +737,10 @@ a.add-to-wallabag-link-after:after {
737 content: "\e80d"; 737 content: "\e80d";
738} 738}
739.icon-random:before { 739.icon-random:before {
740 content: "\e915"; 740 content: "\e915";
741}
742.icon-reload:before {
743 content: "\ea2e";
741} 744}
742 745
743 746