Fix issue with missing help box background

pull/235/head
ElementalAlchemist 3 years ago committed by Mike Lang
parent e9a2ec0648
commit 4886715f0d

@ -101,6 +101,7 @@ a,
right: 0;
border: 1px solid #000;
padding: 2px;
background: #fff;
}
#editor-help-box h2 {
@ -170,7 +171,7 @@ a,
#video-info-editor-notes-container {
border: 1px solid #666;
background-color: #eee;
background-color: #bde;
}
.submission-response-error {

Loading…
Cancel
Save