summaryrefslogtreecommitdiffstats
path: root/gtk.css
diff options
context:
space:
mode:
Diffstat (limited to 'gtk.css')
-rw-r--r--gtk.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/gtk.css b/gtk.css
index eefe846..aa49c8a 100644
--- a/gtk.css
+++ b/gtk.css
@@ -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
}