fix raw note background
"raw" notes had the same background color as normal notes. adjusted them to the list background color to fit the light theme stylemaster
parent
f6adc9c5a6
commit
78c1024a29
|
|
@ -788,9 +788,9 @@
|
||||||
box-shadow: 0 1px 2px #656565, 0 0 1px #959595;
|
box-shadow: 0 1px 2px #656565, 0 0 1px #959595;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark .note.raw {
|
body.dark .board .list .note.raw {
|
||||||
background: #454545;
|
background: #454545;
|
||||||
box-shadow': 0 1px 2px #454545, 0 0 1px #656565;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark textarea, body.dark input {
|
body.dark textarea, body.dark input {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue