From fa5dc2cbc3c2577f988f72fead040e69569399f1 Mon Sep 17 00:00:00 2001 From: moisseev Date: Sat, 29 Jul 2023 17:45:54 +0300 Subject: [PATCH] Fix account selector style --- options/account-options.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/options/account-options.css b/options/account-options.css index de5a7ed..16f763f 100644 --- a/options/account-options.css +++ b/options/account-options.css @@ -11,15 +11,10 @@ input[type="text"] { padding-bottom: 2px; } -#account-box-table, -#account-box-table col { - border: 1px solid silver; -} .second-level-header th { font-weight: normal; } .account-box { - border: 1px solid silver; white-space: nowrap; } .account-box td { @@ -35,6 +30,11 @@ input[type="text"] { .account-name-name { font-weight: bold; } +.folder-account, +.folder-location { + padding-top: 2px; + padding-bottom: 2px; +} .folder-account { width: 200px; min-height: unset; @@ -44,6 +44,14 @@ input[type="text"] { width: 100%; } +#account-box-table, +#account-box-table col, +.account-box, +.folder-account, +.folder-account:hover { + border: 1px solid silver !important; +} + :root { --background-ham: #f4f9f1; --background-spam: #fbf3f1;