mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
🎨 Improve visibility of unchecked checkboxes (#851)
no issue * Checkboxes now have greater contrast when unchecked to make them more visible * Checkbox colour tweaks for nightshift
This commit is contained in:
parent
fd3fb96a10
commit
c20214af08
@ -315,3 +315,8 @@ input,
|
||||
.gh-contributors a:before {
|
||||
color: var(--lightgrey);
|
||||
}
|
||||
|
||||
.settings-menu-content .for-radio .input-toggle-component,
|
||||
.settings-menu-content .for-checkbox .input-toggle-component {
|
||||
background: var(--lightgrey);
|
||||
}
|
||||
|
@ -213,6 +213,12 @@
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.settings-menu-content .for-radio .input-toggle-component,
|
||||
.settings-menu-content .for-checkbox .input-toggle-component {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
|
||||
/* Background
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
|
@ -209,7 +209,7 @@ textarea {
|
||||
height: 18px;
|
||||
margin-right: 7px;
|
||||
border: 1px solid color(var(--lightgrey) l(-5%) s(-10%));
|
||||
background: #fff;
|
||||
background: color(var(--lightgrey) l(+4%));
|
||||
}
|
||||
|
||||
.for-checkbox label:hover input:not(:checked) + .input-toggle-component,
|
||||
|
Loading…
Reference in New Issue
Block a user