aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/baggy/css/main.css')
-rwxr-xr-xapp/Resources/static/themes/baggy/css/main.css17
1 files changed, 17 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..f82c6bee 100755
--- a/app/Resources/static/themes/baggy/css/main.css
+++ b/app/Resources/static/themes/baggy/css/main.css
@@ -912,6 +912,14 @@ a.add-to-wallabag-link-after::after {
912 content: "\e953"; 912 content: "\e953";
913} 913}
914 914
915.icon-pencil2::before {
916 content: "\e906";
917}
918
919.icon-users::before {
920 content: "\e972";
921}
922
915.icon-time::before { 923.icon-time::before {
916 content: "\e952"; 924 content: "\e952";
917} 925}
@@ -947,6 +955,11 @@ a.add-to-wallabag-link-after::after {
947 background-image: url("../../_global/img/icons/shaarli.png"); 955 background-image: url("../../_global/img/icons/shaarli.png");
948} 956}
949 957
958/* scuttle */
959.icon-image--scuttle {
960 background-image: url("../../_global/img/icons/scuttle.png");
961}
962
950/* ========================================================================== 963/* ==========================================================================
951 Icon selected 964 Icon selected
952 ========================================================================== */ 965 ========================================================================== */
@@ -1063,6 +1076,10 @@ blockquote {
1063 content: "*"; 1076 content: "*";
1064} 1077}
1065 1078
1079.scuttle::before {
1080 content: "*";
1081}
1082
1066.return { 1083.return {
1067 text-decoration: none; 1084 text-decoration: none;
1068 margin-top: 1em; 1085 margin-top: 1em;