12 lines
100 B
CSS
12 lines
100 B
CSS
*,
|
|
#reference {
|
|
color: lime;
|
|
}
|
|
|
|
:disabled {
|
|
color: red;
|
|
}
|
|
|
|
label:disabled {
|
|
color: inherit;
|
|
}
|