mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 13:04:19 +00:00
12 lines
No EOL
200 B
CSS
12 lines
No EOL
200 B
CSS
.MissingLocalization {
|
|
background-color: darkorange;
|
|
color: black;
|
|
cursor: help;
|
|
}
|
|
|
|
.MissingString {
|
|
background-color: red;
|
|
color: black;
|
|
font-weight: bold;
|
|
cursor: help;
|
|
} |