Edit Page fixes
This commit is contained in:
@@ -112,3 +112,63 @@ div#debug {
|
||||
.pages-table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* ============================================================
|
||||
DARK MODE STYLES — edit-page-form-novaconium
|
||||
============================================================ */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
#edit-page-form-novaconium input[type="text"],
|
||||
#edit-page-form-novaconium input[type="number"],
|
||||
#edit-page-form-novaconium textarea,
|
||||
#edit-page-form-novaconium select {
|
||||
background: #2a2a2a;
|
||||
border: 1px solid #444;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
#edit-page-form-novaconium input:focus,
|
||||
#edit-page-form-novaconium textarea:focus,
|
||||
#edit-page-form-novaconium select:focus {
|
||||
border-color: #3399ff;
|
||||
box-shadow: 0 0 0 3px rgba(51, 153, 255, 0.25);
|
||||
}
|
||||
|
||||
#edit-page-form-novaconium input[type="checkbox"] {
|
||||
accent-color: #3399ff;
|
||||
}
|
||||
|
||||
#edit-page-form-novaconium button[type="submit"] {
|
||||
background: #3399ff;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#edit-page-form-novaconium button[type="submit"]:hover {
|
||||
background: #1d7fd4;
|
||||
}
|
||||
|
||||
#edit-page-form-novaconium p {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
#edit-page-form-novaconium a {
|
||||
color: #66b3ff;
|
||||
}
|
||||
|
||||
#edit-page-form-novaconium a:hover {
|
||||
color: #99ccff;
|
||||
}
|
||||
|
||||
#edit-page-form-novaconium .form-group {
|
||||
margin-bottom: 1.2rem;
|
||||
}
|
||||
|
||||
#edit-page-form-novaconium .form-group.fullwidth textarea {
|
||||
width: 100%;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
#edit-page-form-novaconium .checkbox-group {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user