Color consistency in kanban

This commit is contained in:
yflory
2018-09-18 14:56:06 +02:00
parent 7deb346552
commit 35977a7ef0

View File

@@ -67,7 +67,6 @@
text-overflow: ellipsis; text-overflow: ellipsis;
} }
#kanban-edit { #kanban-edit {
color: black;
font-weight: bold; font-weight: bold;
} }
} }
@@ -77,6 +76,7 @@
width: 100%; width: 100%;
background: transparent; background: transparent;
border: 1px solid rgba(0,0,0,0.3); border: 1px solid rgba(0,0,0,0.3);
color: inherit;
} }
@button-size: 50px; @button-size: 50px;