diff options
| author | 2022-09-26 23:25:56 +0200 | |
|---|---|---|
| committer | 2022-09-26 23:25:56 +0200 | |
| commit | 9505eb8445fc3689bdad31bc8a9afe54104d9fcc (patch) | |
| tree | 1895a894daa4052d43aaa33bc61cad0519819cd5 /p/themes/Mapco | |
| parent | ce5162042b64c0a27c5bf65360dd425e1b914583 (diff) | |
fixed: Safari issue with .stick dropdowns (#4643)
* fix
* fixed
Diffstat (limited to 'p/themes/Mapco')
| -rw-r--r-- | p/themes/Mapco/_sidebar.scss | 3 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.css | 4 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 4 |
3 files changed, 0 insertions, 11 deletions
diff --git a/p/themes/Mapco/_sidebar.scss b/p/themes/Mapco/_sidebar.scss index 3a6797109..8389b9444 100644 --- a/p/themes/Mapco/_sidebar.scss +++ b/p/themes/Mapco/_sidebar.scss @@ -85,9 +85,6 @@ /*=== Buttons */ .stick { - vertical-align: middle; - font-size: 0; - input, .btn { border-radius: 0; } diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index d4dd32e17..25d9fa0b2 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -521,10 +521,6 @@ form th { } /*=== Buttons */ -.stick { - vertical-align: middle; - font-size: 0; -} .stick input, .stick .btn { border-radius: 0; } diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index a53dd3c0d..39f9cba68 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -521,10 +521,6 @@ form th { } /*=== Buttons */ -.stick { - vertical-align: middle; - font-size: 0; -} .stick input, .stick .btn { border-radius: 0; } |
