mirror of
https://github.com/wekan/wekan.git
synced 2026-01-15 22:15:28 +01:00
Add back button texts to Filter, Search, Board View and MultiSelection.
Thanks to audiocrush and xet7 ! Fixes #6066
This commit is contained in:
parent
40784b2054
commit
69e2ad1007
2 changed files with 37 additions and 9 deletions
|
|
@ -78,12 +78,26 @@
|
|||
#header #header-main-bar .board-header-btn .board-header-btn-close i.fa {
|
||||
margin: 0 6px;
|
||||
}
|
||||
#header #header-main-bar .board-header-btn .board-header-btn-icon {
|
||||
float: left;
|
||||
display: block;
|
||||
line-height: 28px;
|
||||
color: #27ae60;
|
||||
margin: 0 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#header #header-main-bar .board-header-btn.is-active,
|
||||
#header #header-main-bar h1.is-clickable.is-active,
|
||||
#header #header-main-bar .board-header-btn:hover:not(.is-disabled),
|
||||
#header #header-main-bar h1.is-clickable:hover:not(.is-disabled) {
|
||||
background: rgba(0,0,0,0.15);
|
||||
}
|
||||
#header #header-main-bar .board-header-btn.js-multiselection-active {
|
||||
background: #1a5080;
|
||||
}
|
||||
#header #header-main-bar .board-header-btn.js-multiselection-active:hover {
|
||||
background: #0f3a5f;
|
||||
}
|
||||
#header #header-main-bar .separator {
|
||||
margin: 2px 4px;
|
||||
border-left: 1px solid rgba(255,255,255,0.3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue