From 4c67d8e5fa05f164f3703da4521c058aee372dad Mon Sep 17 00:00:00 2001 From: Said Achmiz Date: Sun, 9 Dec 2018 01:48:19 -0500 Subject: [PATCH] Fixed mobile editor layout bug in theme zero --- www/style-zero.linux.css | 1 + www/style-zero.mac.css | 1 + www/style-zero.windows.css | 1 + www/theme-zero.css.php | 1 + 4 files changed, 4 insertions(+) diff --git a/www/style-zero.linux.css b/www/style-zero.linux.css index a393a370..6f75916b 100644 --- a/www/style-zero.linux.css +++ b/www/style-zero.linux.css @@ -6725,6 +6725,7 @@ select { .textarea-container:focus-within textarea { background-color: #fff; + border-width: 1px; } .textarea-container:focus-within .guiedit-mobile-auxiliary-button { padding: 5px 6px 6px 6px; diff --git a/www/style-zero.mac.css b/www/style-zero.mac.css index a393a370..6f75916b 100644 --- a/www/style-zero.mac.css +++ b/www/style-zero.mac.css @@ -6725,6 +6725,7 @@ select { .textarea-container:focus-within textarea { background-color: #fff; + border-width: 1px; } .textarea-container:focus-within .guiedit-mobile-auxiliary-button { padding: 5px 6px 6px 6px; diff --git a/www/style-zero.windows.css b/www/style-zero.windows.css index a393a370..6f75916b 100644 --- a/www/style-zero.windows.css +++ b/www/style-zero.windows.css @@ -6725,6 +6725,7 @@ select { .textarea-container:focus-within textarea { background-color: #fff; + border-width: 1px; } .textarea-container:focus-within .guiedit-mobile-auxiliary-button { padding: 5px 6px 6px 6px; diff --git a/www/theme-zero.css.php b/www/theme-zero.css.php index b4747f36..d192e1c9 100644 --- a/www/theme-zero.css.php +++ b/www/theme-zero.css.php @@ -1845,6 +1845,7 @@ select { .textarea-container:focus-within textarea { background-color: #fff; + border-width: 1px; } .textarea-container:focus-within .guiedit-mobile-auxiliary-button { padding: 5px 6px 6px 6px; -- 2.11.4.GIT