Toolbar: fold icon

add an hover background-color and border frame

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: Ic118965bea138bb0f82742020b9b162056fb02d9
This commit is contained in:
andreas kainz 2022-02-05 01:54:30 +01:00 committed by pedropintosilva
parent 1e35998127
commit e934ef8afa

View file

@ -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;