parent
b7e16cb700
commit
261d9d594b
1 changed files with 15 additions and 5 deletions
|
@ -1905,15 +1905,25 @@ manage things like container crud */
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* When focusing the element add a thin blue highlight to match input fields. This gives a distinction to other selected radio items */
|
||||||
|
.radio-choice > .radio-container > [type="radio"]:focus + label {
|
||||||
|
outline: solid 1px var(--input-border-focus-color);
|
||||||
|
-moz-outline-radius: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.radio-choice > .radio-container > [type="radio"]:checked + label {
|
.radio-choice > .radio-container > [type="radio"]:checked + label {
|
||||||
background-color: var(--usercontext-bg-focus-color);
|
background-color: var(--usercontext-bg-focus-color);
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* When focusing the element add a thin blue highlight to match input fields. This gives a distinction to other selected radio items */
|
.radio-choice > .radio-container > [type="radio"]:checked + label:hover {
|
||||||
.radio-choice > .radio-container > [type="radio"]:focus + label {
|
background-color: var(--usercontext-bg-hover-color);
|
||||||
outline: solid 1px var(--input-border-focus-color);
|
border-radius: 100%;
|
||||||
-moz-outline-radius: 100%;
|
}
|
||||||
|
|
||||||
|
.radio-choice > .radio-container > [type="radio"]:checked + label:active {
|
||||||
|
background-color: var(--usercontext-bg-active-color);
|
||||||
|
border-radius: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-container-panel fieldset {
|
.edit-container-panel fieldset {
|
||||||
|
|
Loading…
Add table
Reference in a new issue