mirror of
https://github.com/wekan/wekan.git
synced 2026-01-29 04:36:10 +01:00
Revert "Move swimlane creation button to board header when using swimlane view mode"
This reverts commit d51e8d1d1d.
This commit is contained in:
parent
d51e8d1d1d
commit
fecae8d0a3
6 changed files with 74 additions and 60 deletions
|
|
@ -2181,6 +2181,9 @@ THEME - Modern Dark
|
|||
padding: 6px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.board-color-moderndark .swimlane .swimlane-header-wrap .swimlane-header-plus-icon {
|
||||
font-size: 16px;
|
||||
}
|
||||
.board-color-moderndark .swimlane {
|
||||
background: #2a2a2a;
|
||||
line-height: 18px;
|
||||
|
|
@ -3392,6 +3395,11 @@ THEME - Clean Light
|
|||
background-color: #2E2E39;
|
||||
}
|
||||
|
||||
.board-color-cleanlight .swimlane .swimlane-header-wrap .swimlane-header-plus-icon,
|
||||
.board-color-cleandark .swimlane .swimlane-header-wrap .swimlane-header-plus-icon {
|
||||
margin-left: 14px;
|
||||
}
|
||||
|
||||
.board-color-cleanlight .swimlane .swimlane-header-wrap .list-composer,
|
||||
.board-color-cleandark .swimlane .swimlane-header-wrap .list-composer {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue