UI: Implement Web Assets' theme system, and add 'dark' theme #103972
@ -260,6 +260,13 @@ button.going-star
|
|||||||
|
|
||||||
/* Web Assets overrides. */
|
/* Web Assets overrides. */
|
||||||
// TODO: check component forms in Web Assets v2
|
// TODO: check component forms in Web Assets v2
|
||||||
|
.form-control
|
||||||
|
&:disabled,
|
||||||
|
&[readonly]
|
||||||
|
background-color: var(--input-color-bg)
|
||||||
|
color: var(--color-text-secondary)
|
||||||
|
pointer-events: none
|
||||||
|
|
||||||
.form-group
|
.form-group
|
||||||
display: block
|
display: block
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user