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:
parent
1e35998127
commit
e934ef8afa
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue