From 889e30574715bf459638b73fb8745492efcd5d0c Mon Sep 17 00:00:00 2001 From: M-Wicenec Date: Tue, 14 Jan 2025 14:06:23 +0800 Subject: [PATCH] added a joined button to close the bottom window --- static/tables.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/static/tables.css b/static/tables.css index 7bd0239e..d56c194c 100644 --- a/static/tables.css +++ b/static/tables.css @@ -347,11 +347,18 @@ td:first-child input { .closeBottomWindowBtn { position: absolute; - + top: 27px; + transform:translateY(-50%) } -.closeBottomWindowBtn button{ +.closeBottomWindowBtn button, .closeBottomWindowBtn button:focus, .closeBottomWindowBtn button:active, .closeBottomWindowBtn button:hover{ background: transparent; + border:0px; + box-shadow: none !important; +} + +.closeBottomWindowBtn button:hover, #bottomWindow .tabs button:hover { + color: #feb609 !important; } .eagleTableDisplay input, #editFieldModal .dropdown input{