mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 21:01:00 +00:00
update border color of form fields in settings page
This commit is contained in:
parent
c778459154
commit
f491463acb
1 changed files with 25 additions and 0 deletions
|
@ -239,3 +239,28 @@ textarea,
|
||||||
.page-content .ui.button {
|
.page-content .ui.button {
|
||||||
border-color: var(--color-secondary);
|
border-color: var(--color-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* border color form fields settings page */
|
||||||
|
input,
|
||||||
|
textarea,
|
||||||
|
.ui.input > input,
|
||||||
|
.ui.form input:not([type]),
|
||||||
|
.ui.form select,
|
||||||
|
.ui.form textarea,
|
||||||
|
.ui.form input[type="date"],
|
||||||
|
.ui.form input[type="datetime-local"],
|
||||||
|
.ui.form input[type="email"],
|
||||||
|
.ui.form input[type="file"],
|
||||||
|
.ui.form input[type="number"],
|
||||||
|
.ui.form input[type="password"],
|
||||||
|
.ui.form input[type="search"],
|
||||||
|
.ui.form input[type="tel"],
|
||||||
|
.ui.form input[type="text"],
|
||||||
|
.ui.form input[type="time"],
|
||||||
|
.ui.form input[type="url"],
|
||||||
|
.ui.selection.dropdown,
|
||||||
|
.ui.checkbox label:before,
|
||||||
|
.ui.checkbox input:checked ~ label:before,
|
||||||
|
.ui.checkbox input:not([type="radio"]):indeterminate ~ label:before {
|
||||||
|
border-color: var(--color-secondary);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue