diff options
Diffstat (limited to 'gtk.css')
-rw-r--r-- | gtk.css | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -6,15 +6,20 @@ background-image: url("shade.png") } -#time { +#time, #label2, #label_lang, #label_keyboard, #exit { font: Sans 12; color: #ffffff } +#exit:hover { + color: #000000 +} + #user_list, #login_entry { background-image: none } -#prompt, #bottom_pane GtkLabel { +#prompt { + font: Sans Bold 22; color: #ffffff } |