diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-12-07 23:36:35 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-12-07 23:36:35 +0100 |
commit | 311baf86befde0557faea614ca4d13bb2bd2cc66 (patch) | |
tree | dca9d7d429680db23cd4256a1c388ed3db4049ca /themes/baggy/css/main.css | |
parent | 9c55ed0923273da886497cb62302a79622e34a74 (diff) | |
download | wallabag-311baf86befde0557faea614ca4d13bb2bd2cc66.tar.gz wallabag-311baf86befde0557faea614ca4d13bb2bd2cc66.tar.zst wallabag-311baf86befde0557faea614ca4d13bb2bd2cc66.zip |
implemented random button
Diffstat (limited to 'themes/baggy/css/main.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..78d56612 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 | // RANDOM ICON TO ADD | ||
741 | } | ||
739 | 742 | ||
740 | 743 | ||
741 | /* .icon-image class, for image-based icons | 744 | /* .icon-image class, for image-based icons |