From 4b59dced912fb9b50ff041c67f0f72cbbad56b6c Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 1 Sep 2021 14:14:51 +0200 Subject: add styling to settings install(import) dialog --- html/options.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'html/options.html') diff --git a/html/options.html b/html/options.html index 13a8973..085162c 100644 --- a/html/options.html +++ b/html/options.html @@ -89,14 +89,14 @@ background: linear-gradient(#555, #e0f0f0); } - .table_wrapper>.always_scrollbar{ + .table_wrapper.always_scrollbar>* { border-left: solid #454 8px; max-height: 80vh; overflow-y: scroll; } - .table_wrapper .table_wrapper>.always_scrollbar, - .popup_frame .table_wrapper>.always_scrollbar { + .table_wrapper .table_wrapper.always_scrollbar>*, + .popup_frame .table_wrapper.always_scrollbar>* { max-height: 60vh; } @@ -108,7 +108,7 @@ margin: 0 auto; } - tr>td:first-child { + td:first-child { max-width: 70vw; overflow: hidden; } @@ -156,23 +156,23 @@