From 9505eb8445fc3689bdad31bc8a9afe54104d9fcc Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 26 Sep 2022 23:25:56 +0200 Subject: fixed: Safari issue with .stick dropdowns (#4643) * fix * fixed --- p/themes/Pafat/pafat.css | 5 ----- p/themes/Pafat/pafat.rtl.css | 5 ----- 2 files changed, 10 deletions(-) (limited to 'p/themes/Pafat') diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 6dc1c8990..c80f6581c 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -112,11 +112,6 @@ form th { } /*=== Buttons */ -.stick { - vertical-align: middle; - font-size: 0; -} - .stick input, .stick .btn { border-radius: 0; diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index 8f5ecb5c3..ae16105b9 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -112,11 +112,6 @@ form th { } /*=== Buttons */ -.stick { - vertical-align: middle; - font-size: 0; -} - .stick input, .stick .btn { border-radius: 0; -- cgit v1.2.3