aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum
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/Ansum
parentce5162042b64c0a27c5bf65360dd425e1b914583 (diff)
fixed: Safari issue with .stick dropdowns (#4643)
* fix * fixed
Diffstat (limited to 'p/themes/Ansum')
-rw-r--r--p/themes/Ansum/_sidebar.scss3
-rw-r--r--p/themes/Ansum/ansum.css4
-rw-r--r--p/themes/Ansum/ansum.rtl.css4
3 files changed, 0 insertions, 11 deletions
diff --git a/p/themes/Ansum/_sidebar.scss b/p/themes/Ansum/_sidebar.scss
index f5b6b2355..a2df60c44 100644
--- a/p/themes/Ansum/_sidebar.scss
+++ b/p/themes/Ansum/_sidebar.scss
@@ -85,9 +85,6 @@
/*=== Buttons */
.stick {
- vertical-align: middle;
- font-size: 0;
-
input, .btn {
border-radius: 0;
}
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index 63a014db0..e241efcf5 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -498,10 +498,6 @@ form th {
}
/*=== Buttons */
-.stick {
- vertical-align: middle;
- font-size: 0;
-}
.stick input, .stick .btn {
border-radius: 0;
}
diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css
index d1dcd97d0..842ab4d93 100644
--- a/p/themes/Ansum/ansum.rtl.css
+++ b/p/themes/Ansum/ansum.rtl.css
@@ -498,10 +498,6 @@ form th {
}
/*=== Buttons */
-.stick {
- vertical-align: middle;
- font-size: 0;
-}
.stick input, .stick .btn {
border-radius: 0;
}