mirror of
https://github.com/endeavouros-team/endeavouros-lxdm-theme.git
synced 2026-06-13 01:54:35 +00:00
@@ -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>
|
||||
|
||||
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user