mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 05:18:38 -07:00
update
This commit is contained in:
@@ -33,10 +33,10 @@
|
|||||||
#login_window,
|
#login_window,
|
||||||
#shutdown_dialog,
|
#shutdown_dialog,
|
||||||
#restart_dialog {
|
#restart_dialog {
|
||||||
margin: 8px;
|
|
||||||
border-radius: $corner-radius;
|
border-radius: $corner-radius;
|
||||||
box-shadow: $shadow-z4, inset 0 1px highlight($surface);
|
box-shadow: $shadow-z4, inset 0 1px highlight($surface);
|
||||||
background-color: $surface;
|
background-color: $surface;
|
||||||
|
color: $text;
|
||||||
}
|
}
|
||||||
|
|
||||||
// the top half of the login-window, in GtkDialog terms, the content
|
// the top half of the login-window, in GtkDialog terms, the content
|
||||||
@@ -63,10 +63,13 @@
|
|||||||
|
|
||||||
// the user's avatar box
|
// the user's avatar box
|
||||||
#user_image {
|
#user_image {
|
||||||
|
padding: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// the border around the user's avatar box
|
// the border around the user's avatar box
|
||||||
#user_image_border {
|
#user_image_border {
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// the lower half of the login-window, in GtkDialog terms the buttonbox or action area
|
// the lower half of the login-window, in GtkDialog terms the buttonbox or action area
|
||||||
@@ -93,5 +96,5 @@
|
|||||||
|
|
||||||
// the warning, in case a wrong password is entered or something else goes wrong according to PAM
|
// the warning, in case a wrong password is entered or something else goes wrong according to PAM
|
||||||
#greeter_infobar {
|
#greeter_infobar {
|
||||||
// font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user