From e934ef8afae49125fdd247b537a39cc1af59edd2 Mon Sep 17 00:00:00 2001 From: andreas kainz Date: Sat, 5 Feb 2022 01:54:30 +0100 Subject: [PATCH] Toolbar: fold icon add an hover background-color and border frame Signed-off-by: andreas kainz Change-Id: Ic118965bea138bb0f82742020b9b162056fb02d9 --- browser/css/toolbar.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/browser/css/toolbar.css b/browser/css/toolbar.css index 65e240cd6..57b7fa389 100644 --- a/browser/css/toolbar.css +++ b/browser/css/toolbar.css @@ -297,7 +297,8 @@ w2ui-toolbar { margin: 0px 14px 0px 4px !important; } #tb_editbar_item_fold table.w2ui-button.over { - background-color: #fff !important; + background-color: var(--color-background-darker) !important; + border: 1px solid var(--color-border-darker); } td[id^='tb_editbar_item_sidebar']{ padding: 0px 8px;