+ dark mode style for .board .head .edit:placeholder

This commit is contained in:
Alex Pankratov
2020-02-19 12:42:00 +01:00
parent a858e1f4f8
commit 50b1ca282a

View File

@@ -399,6 +399,7 @@
opacity: 0;
transition: opacity 400ms;
cursor: default;
font-size: 9px;
}
.board .list .note.editing .ops {
@@ -414,7 +415,6 @@
margin-top: 2px;
margin-right: 1px;
padding-right: 3px;
font-size: 9px;
}
.board .list .note .ops .teaser:before {
@@ -426,7 +426,6 @@
background: #fff;
border-left: none;
padding: 0 0 1px 5px;
font-size: 9px;
font-weight: 500;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
@@ -779,6 +778,10 @@
color: #eee;
}
.dark .board .head .edit::placeholder {
color: #bf9d21;
}
/***/
.dark .board .list {
background: #202224;