mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-15 21:08:39 -07:00
update
This commit is contained in:
@@ -33,10 +33,10 @@
|
||||
#login_window,
|
||||
#shutdown_dialog,
|
||||
#restart_dialog {
|
||||
margin: 8px;
|
||||
border-radius: $corner-radius;
|
||||
box-shadow: $shadow-z4, inset 0 1px highlight($surface);
|
||||
background-color: $surface;
|
||||
color: $text;
|
||||
}
|
||||
|
||||
// the top half of the login-window, in GtkDialog terms, the content
|
||||
@@ -63,10 +63,13 @@
|
||||
|
||||
// the user's avatar box
|
||||
#user_image {
|
||||
padding: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
// the border around the user's avatar box
|
||||
#user_image_border {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
// 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
|
||||
#greeter_infobar {
|
||||
// font-weight: bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
Reference in New Issue
Block a user