diff options
Diffstat (limited to 'app/Resources/static/themes/baggy')
-rwxr-xr-x | app/Resources/static/themes/baggy/css/main.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css index e16846ea..480ebc48 100755 --- a/app/Resources/static/themes/baggy/css/main.css +++ b/app/Resources/static/themes/baggy/css/main.css | |||
@@ -947,6 +947,11 @@ a.add-to-wallabag-link-after::after { | |||
947 | background-image: url("../../_global/img/icons/shaarli.png"); | 947 | background-image: url("../../_global/img/icons/shaarli.png"); |
948 | } | 948 | } |
949 | 949 | ||
950 | /* scuttle */ | ||
951 | .icon-image--scuttle { | ||
952 | background-image: url("../../_global/img/icons/scuttle.png"); | ||
953 | } | ||
954 | |||
950 | /* ========================================================================== | 955 | /* ========================================================================== |
951 | Icon selected | 956 | Icon selected |
952 | ========================================================================== */ | 957 | ========================================================================== */ |
@@ -1063,6 +1068,10 @@ blockquote { | |||
1063 | content: "*"; | 1068 | content: "*"; |
1064 | } | 1069 | } |
1065 | 1070 | ||
1071 | .scuttle::before { | ||
1072 | content: "*"; | ||
1073 | } | ||
1074 | |||
1066 | .return { | 1075 | .return { |
1067 | text-decoration: none; | 1076 | text-decoration: none; |
1068 | margin-top: 1em; | 1077 | margin-top: 1em; |