summaryrefslogtreecommitdiffstats
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
parent23f9e583b32f879f78f52ddcc0851ed48b3c967f (diff)
downloadtheme-dm-0201a25196ce30dea42278e0abd3f30c031d9d99.tar
theme-dm-0201a25196ce30dea42278e0abd3f30c031d9d99.tar.gz
theme-dm-0201a25196ce30dea42278e0abd3f30c031d9d99.tar.bz2
theme-dm-0201a25196ce30dea42278e0abd3f30c031d9d99.tar.xz
theme-dm-0201a25196ce30dea42278e0abd3f30c031d9d99.zip
- correct GTK3 themeHEADmaster
-rw-r--r--greeter-gtk3.ui1
-rw-r--r--gtk.css9
2 files changed, 8 insertions, 2 deletions
diff --git a/greeter-gtk3.ui b/greeter-gtk3.ui
index f0d29a3..e32d77a 100644
--- a/greeter-gtk3.ui
+++ b/greeter-gtk3.ui
@@ -60,6 +60,7 @@
<property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
<property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
<property name="height_request">180</property>
+ <property name="min-content-width">300</property>
<child>
<object class="GtkIconView" id="user_list">
<property name="visible">True</property>
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
}