diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-01 12:01:39 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-01 12:01:39 +0100 |
commit | 3831c1525ccc512e27309f2cd531f0beff8dc430 (patch) | |
tree | a9999a87fc5f9d389f892463e66d57690567b2bf /themes/baggy/css | |
parent | bc6f5a8086b331bf21cdfcac799788264d8cd3b2 (diff) | |
parent | 522841c77e8ace6045cb10f9387d514179d05aeb (diff) | |
download | wallabag-3831c1525ccc512e27309f2cd531f0beff8dc430.tar.gz wallabag-3831c1525ccc512e27309f2cd531f0beff8dc430.tar.zst wallabag-3831c1525ccc512e27309f2cd531f0beff8dc430.zip |
Merge pull request #964 from wallabag/randomarticle
implemented random button
Diffstat (limited to 'themes/baggy/css')
-rwxr-xr-x | themes/baggy/css/main.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 1df82910..9356deda 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css | |||
@@ -736,6 +736,9 @@ a.add-to-wallabag-link-after:after { | |||
736 | .icon-print:before { | 736 | .icon-print:before { |
737 | content: "\e80d"; | 737 | content: "\e80d"; |
738 | } | 738 | } |
739 | .icon-random:before { | ||
740 | content: "\e915"; | ||
741 | } | ||
739 | 742 | ||
740 | 743 | ||
741 | /* .icon-image class, for image-based icons | 744 | /* .icon-image class, for image-based icons |