diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-03-02 00:15:49 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-03-02 00:15:49 +0100 |
commit | 059a3380341c439e1debb4921bbf023a3b424a4b (patch) | |
tree | facfca653c08cca2cef72feb095b43b3cba80fcb /themes/baggy/css/main.css | |
parent | b692691d7ddc1fa0e1ef1f7888dfd65f70677e27 (diff) | |
download | wallabag-059a3380341c439e1debb4921bbf023a3b424a4b.tar.gz wallabag-059a3380341c439e1debb4921bbf023a3b424a4b.tar.zst wallabag-059a3380341c439e1debb4921bbf023a3b424a4b.zip |
implement #1123
Diffstat (limited to 'themes/baggy/css/main.css')
-rwxr-xr-x | themes/baggy/css/main.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index b93a78b8..1b221021 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css | |||
@@ -748,6 +748,15 @@ a.add-to-wallabag-link-after:after { | |||
748 | .icon-tags:before { | 748 | .icon-tags:before { |
749 | content: "\e936"; | 749 | content: "\e936"; |
750 | } | 750 | } |
751 | .icon-previous:before { | ||
752 | content: "\e606"; | ||
753 | } | ||
754 | .icon-next:before { | ||
755 | content: "\e605"; | ||
756 | } | ||
757 | .icon-archiveandnext:before { | ||
758 | content: "\e607"; | ||
759 | } | ||
751 | 760 | ||
752 | 761 | ||
753 | /* .icon-image class, for image-based icons | 762 | /* .icon-image class, for image-based icons |