diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-12-13 22:56:30 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-12-13 22:56:30 +0100 |
commit | 44b95cb81deae35f58e0058910afde2f2ffb9a60 (patch) | |
tree | 521cec627e487e873742fa628655e8f787d85d1e /themes/baggy/css/main.css | |
parent | 9c55ed0923273da886497cb62302a79622e34a74 (diff) | |
download | wallabag-44b95cb81deae35f58e0058910afde2f2ffb9a60.tar.gz wallabag-44b95cb81deae35f58e0058910afde2f2ffb9a60.tar.zst wallabag-44b95cb81deae35f58e0058910afde2f2ffb9a60.zip |
added reload function
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..96b681bf 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-reload:before { | ||
740 | /* TODO */ | ||
741 | } | ||
739 | 742 | ||
740 | 743 | ||
741 | /* .icon-image class, for image-based icons | 744 | /* .icon-image class, for image-based icons |