aboutsummaryrefslogtreecommitdiff
path: root/p/themes/BlueLagoon
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-09-26 23:25:56 +0200
committerGravatar GitHub <noreply@github.com> 2022-09-26 23:25:56 +0200
commit9505eb8445fc3689bdad31bc8a9afe54104d9fcc (patch)
tree1895a894daa4052d43aaa33bc61cad0519819cd5 /p/themes/BlueLagoon
parentce5162042b64c0a27c5bf65360dd425e1b914583 (diff)
fixed: Safari issue with .stick dropdowns (#4643)
* fix * fixed
Diffstat (limited to 'p/themes/BlueLagoon')
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.css5
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.rtl.css5
2 files changed, 0 insertions, 10 deletions
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css
index e12964a4f..1c6093f3b 100644
--- a/p/themes/BlueLagoon/BlueLagoon.css
+++ b/p/themes/BlueLagoon/BlueLagoon.css
@@ -129,11 +129,6 @@ button.as-link[disabled] {
box-shadow: 0 2px 2px #222 inset, 0px 1px rgba(255, 255, 255, 0.08);
}
-.stick {
- vertical-align: middle;
- font-size: 0;
-}
-
.stick input,
.stick .btn {
border-radius: 0;
diff --git a/p/themes/BlueLagoon/BlueLagoon.rtl.css b/p/themes/BlueLagoon/BlueLagoon.rtl.css
index 370fc4c24..18b5607cf 100644
--- a/p/themes/BlueLagoon/BlueLagoon.rtl.css
+++ b/p/themes/BlueLagoon/BlueLagoon.rtl.css
@@ -129,11 +129,6 @@ button.as-link[disabled] {
box-shadow: 0 2px 2px #222 inset, 0px 1px rgba(255, 255, 255, 0.08);
}
-.stick {
- vertical-align: middle;
- font-size: 0;
-}
-
.stick input,
.stick .btn {
border-radius: 0;