Revert "apply upstream changes"

This reverts commit e3b83c199f.
This commit is contained in:
killajoe
2025-08-07 01:51:17 +02:00
parent e3b83c199f
commit 490ac0eff2
3 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -162,7 +162,7 @@
<child>
<object class="GtkImage" id="image3">
<property name="visible">True</property>
<!--<property name="pixbuf">lang.png</property>-->
<property name="pixbuf">lang.png</property>
</object>
<packing>
<property name="expand">False</property>
+1 -1
View File
@@ -163,7 +163,7 @@
<child>
<object class="GtkImage" id="image3">
<property name="visible">True</property>
<!--<property name="pixbuf">lang.png</property>-->
<property name="pixbuf">lang.png</property>
</object>
<packing>
<property name="expand">False</property>
+19 -4
View File
@@ -8,16 +8,31 @@
}
#time {
font: Sans 12;
font: Sans 14;
color: #ffffff;
}
#prompt {
font: Sans 14;
color: #000000;
color: #ffffff;
}
#user_list, #login_entry {
background-image: none;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border: 2;
border-color: 0;
font: Sans 14;
}
#bottom_pane label,
#bottom_pane GtkLabel {
font: Sans 12;
color: #9E9D9B;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
font: Sans 14;
color: #ffffff;
}