mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +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 {
|
.gh-contributors a:before {
|
||||||
color: var(--lightgrey);
|
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;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settings-menu-content .for-radio .input-toggle-component,
|
||||||
|
.settings-menu-content .for-checkbox .input-toggle-component {
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Background
|
/* Background
|
||||||
/* ---------------------------------------------------------- */
|
/* ---------------------------------------------------------- */
|
||||||
|
|
||||||
|
@ -209,7 +209,7 @@ textarea {
|
|||||||
height: 18px;
|
height: 18px;
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
border: 1px solid color(var(--lightgrey) l(-5%) s(-10%));
|
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,
|
.for-checkbox label:hover input:not(:checked) + .input-toggle-component,
|
||||||
|
Loading…
Reference in New Issue
Block a user