Style tweak to watch form

pull/447/head
dgtlmoon 3 years ago
parent 13bb44e4f8
commit eb9020c175

@ -196,7 +196,8 @@ body:after, body:before {
#new-watch-form .label {
display: none; }
#new-watch-form legend {
color: #fff; }
color: #fff;
font-weight: bold; }
#diff-col {
padding-left: 40px; }

@ -262,6 +262,7 @@ body:after, body:before {
}
legend {
color: #fff;
font-weight: bold;
}
}

Loading…
Cancel
Save