mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 17:30:13 +01:00
fixed issue 5887
This commit is contained in:
parent
ab4e2d1ed6
commit
b32ad86ce7
1 changed files with 26 additions and 20 deletions
|
|
@ -3322,7 +3322,13 @@ THEME - Clean Light
|
||||||
|
|
||||||
.board-color-cleanlight .list .list-header .list-header-menu .js-collapse,
|
.board-color-cleanlight .list .list-header .list-header-menu .js-collapse,
|
||||||
.board-color-cleandark .list .list-header .list-header-menu .js-collapse {
|
.board-color-cleandark .list .list-header .list-header-menu .js-collapse {
|
||||||
display: none;
|
/* Make collapse button visible in Clean Light / Clean Dark themes.
|
||||||
|
Previously this was hidden which caused the missing Collapse button
|
||||||
|
when using these themes. Use inline-block so it lines up with other
|
||||||
|
header controls. */
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.board-color-cleanlight .list-header-add,
|
.board-color-cleanlight .list-header-add,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue