aboutsummaryrefslogtreecommitdiff
path: root/p/themes/BlueLagoon
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-01-12 23:04:59 +0100
committerGravatar GitHub <noreply@github.com> 2022-01-12 23:04:59 +0100
commitd2b6fe099a223eb383c6d9e044fb5b71a14f0e23 (patch)
treefb68764ac1360a9d916571c164b34129cc295605 /p/themes/BlueLagoon
parentf94ec779e66ca7203cd3cf1e807bcf3c983ed736 (diff)
Improvement: menu icons (#4004)
* default icons * icons Flat theme * icons Swage theme * icon gets bright when hover: Ansum theme * icon gets bright when hover: Blue lagoon theme * icon gets bright when hover: Origine/Origine Compact theme * compressed SVG * Better formated SVG/XML files * Update bookmark-tag.svg
Diffstat (limited to 'p/themes/BlueLagoon')
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.css4
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.rtl.css4
2 files changed, 8 insertions, 0 deletions
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css
index 3540fb67c..d12559b97 100644
--- a/p/themes/BlueLagoon/BlueLagoon.css
+++ b/p/themes/BlueLagoon/BlueLagoon.css
@@ -396,6 +396,10 @@ a.btn {
font-weight: bold;
}
+.dropdown-menu .icon {
+ filter: grayscale(100%) brightness(2.5);
+}
+
.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
diff --git a/p/themes/BlueLagoon/BlueLagoon.rtl.css b/p/themes/BlueLagoon/BlueLagoon.rtl.css
index b77d9923e..dfbc3cc84 100644
--- a/p/themes/BlueLagoon/BlueLagoon.rtl.css
+++ b/p/themes/BlueLagoon/BlueLagoon.rtl.css
@@ -396,6 +396,10 @@ a.btn {
font-weight: bold;
}
+.dropdown-menu .icon {
+ filter: grayscale(100%) brightness(2.5);
+}
+
.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {