mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 06:57:53 +02:00
20 lines
327 B
Text
20 lines
327 B
Text
* {
|
|
font-family: Inconsolata, Lucida Console, Andale Mono, Monaco;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#promptTextEdit {
|
|
color: rgb(117, 133, 140);
|
|
}
|
|
|
|
#promptTextEdit:!enabled {
|
|
color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
#promptGutterLabel {
|
|
color: rgba(117, 133, 140);
|
|
}
|
|
|
|
#promptGutterLabel:!enabled {
|
|
color: rgba(0, 0, 0, 0.5);
|
|
}
|