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