Fix palette for default color
This commit is contained in:
parent
da7e00a9e6
commit
f478c313c8
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
@board-bg: #eaeaea;
|
@board-bg: #eaeaea;
|
||||||
|
|
||||||
@palette0: #888; // Default bg color for header
|
@palette0: #C9C9C9; // Default bg color for header
|
||||||
@palette1: #FFD4D4;
|
@palette1: #FFD4D4;
|
||||||
@palette2: #FFDECA;
|
@palette2: #FFDECA;
|
||||||
@palette3: #FFE69C;
|
@palette3: #FFE69C;
|
||||||
@ -31,7 +31,7 @@
|
|||||||
@palette8: #E4CAFF;
|
@palette8: #E4CAFF;
|
||||||
|
|
||||||
.kanban-board-header {
|
.kanban-board-header {
|
||||||
background-color: #c9c9c9;
|
background-color: @palette0;
|
||||||
}
|
}
|
||||||
.kanban-board {
|
.kanban-board {
|
||||||
.kanban-board-inner {
|
.kanban-board-inner {
|
||||||
@ -136,9 +136,6 @@
|
|||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
color: @cryptpad_text_col;
|
color: @cryptpad_text_col;
|
||||||
}
|
}
|
||||||
.cp-kanban-palette-nocolor {
|
|
||||||
border: 1px solid @cryptpad_text_col;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
#cp-kanban-edit-tags {
|
#cp-kanban-edit-tags {
|
||||||
.tokenfield {
|
.tokenfield {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user