diff options
Diffstat (limited to 'app/Resources/static')
-rw-r--r-- | app/Resources/static/themes/_global/img/icons/scuttle.png | bin | 0 -> 1071 bytes | |||
-rwxr-xr-x | app/Resources/static/themes/baggy/css/main.css | 17 | ||||
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 5 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app/Resources/static/themes/_global/img/icons/scuttle.png b/app/Resources/static/themes/_global/img/icons/scuttle.png new file mode 100644 index 00000000..3b8eb264 --- /dev/null +++ b/app/Resources/static/themes/_global/img/icons/scuttle.png | |||
Binary files differ | |||
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; |
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index ee4ad4e0..45428e23 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -160,6 +160,11 @@ | |||
160 | background-image: url("../../_global/img/icons/shaarli.png"); | 160 | background-image: url("../../_global/img/icons/shaarli.png"); |
161 | } | 161 | } |
162 | 162 | ||
163 | /* Scuttle */ | ||
164 | .icon-image--scuttle { | ||
165 | background-image: url("../../_global/img/icons/scuttle.png"); | ||
166 | } | ||
167 | |||
163 | body { | 168 | body { |
164 | display: flex; | 169 | display: flex; |
165 | min-height: 100vh; | 170 | min-height: 100vh; |