aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/css
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-03-02 00:15:49 +0100
committerThomas Citharel <tcit@tcit.fr>2015-03-02 00:15:49 +0100
commit059a3380341c439e1debb4921bbf023a3b424a4b (patch)
treefacfca653c08cca2cef72feb095b43b3cba80fcb /themes/baggy/css
parentb692691d7ddc1fa0e1ef1f7888dfd65f70677e27 (diff)
downloadwallabag-059a3380341c439e1debb4921bbf023a3b424a4b.tar.gz
wallabag-059a3380341c439e1debb4921bbf023a3b424a4b.tar.zst
wallabag-059a3380341c439e1debb4921bbf023a3b424a4b.zip
implement #1123
Diffstat (limited to 'themes/baggy/css')
-rwxr-xr-xthemes/baggy/css/main.css9
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