This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new a1f8627  Tweak tab design
a1f8627 is described below

commit a1f86273a0908eefe137e17ddb1da641336133aa
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Dec 13 18:26:57 2021 +0100

    Tweak tab design
---
 webui/css/scaffolding.css | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index 9299f88..b8e26b1 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -469,7 +469,7 @@ a.dropdown-toggle {
     text-overflow: ellipsis;
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
-    border-top: 2px solid #6666;
+    border-top: 3px solid #6666;
     border-bottom: 1px solid #6666;
 }
 
@@ -477,12 +477,13 @@ a.dropdown-toggle {
     z-index: 1;
     height: 27px;
     background: #FFF;
-    border-top: 2px solid #369;
-    border-bottom: 1px solid #FFF;
+    border-top: 3px solid #369;
+    border-bottom: -2px solid #FFF;
+    font-weight: bold;
 }
 
 #list_picker li:not(.active):not(.others):hover {
-    border-top: 2px solid #693;
+    border-top: 3px solid #693;
     border-bottom: 1px solid #FFF;
     cursor: pointer;
     height: 27px;

Reply via email to