12 lines
106 B
CSS
12 lines
106 B
CSS
.disabled {
|
|
background: #111111;
|
|
}
|
|
|
|
.checked {
|
|
background: #227722;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|