16 lines
231 B
Plaintext
16 lines
231 B
Plaintext
/* Basic stylesheet for the Textual Email Viewer App */
|
|
|
|
Label#task_prompt {
|
|
padding: 1;
|
|
color: rgb(128,128,128);
|
|
}
|
|
|
|
Label#task_prompt_label {
|
|
padding: 1;
|
|
color: rgb(255, 216, 102);
|
|
}
|
|
|
|
Label#message_label {
|
|
padding: 1;
|
|
}
|