summaryrefslogtreecommitdiffstats
path: root/gtk.css
diff options
context:
space:
mode:
authorNicolas Salguero <nicolas.salguero@laposte.net>2021-03-02 14:59:10 +0100
committerNicolas Salguero <nicolas.salguero@laposte.net>2021-03-02 14:59:10 +0100
commit0201a25196ce30dea42278e0abd3f30c031d9d99 (patch)
tree7d38428778a68f749c063e228d89c0972181688c /gtk.css
parent23f9e583b32f879f78f52ddcc0851ed48b3c967f (diff)
downloadtheme-dm-master.tar
theme-dm-master.tar.gz
theme-dm-master.tar.bz2
theme-dm-master.tar.xz
theme-dm-master.zip
- correct GTK3 themeHEADmaster
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
}