mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 19:12:36 +02:00
20 lines
282 B
Text
20 lines
282 B
Text
* {
|
|
font-family: Inconsolata, Lucida Console, Andale Mono, Monaco;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#promptTextEdit {
|
|
color: #425d72;
|
|
}
|
|
|
|
#promptTextEdit:!enabled {
|
|
color: #7f7f7f;
|
|
}
|
|
|
|
#promptGutterLabel {
|
|
color: #a9bbc3;
|
|
}
|
|
|
|
#promptGutterLabel:!enabled {
|
|
color: #7f7f7f;
|
|
}
|