mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
LIghtdm 2.0 fixes.
- Correctly set submenu colors for the top bar. - Fix default login button color. - Set correct warning color on invalid password.
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
/***********
|
/***********
|
||||||
* general *
|
* general *
|
||||||
***********/
|
***********/
|
||||||
|
|
||||||
#screen.lightdm-gtk-greeter {
|
#screen.lightdm-gtk-greeter {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
@@ -36,7 +35,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#panel_window .menubar > .menuitem *:hover {
|
#panel_window .menubar > .menuitem *:hover {
|
||||||
color: white;
|
background-color: @theme_selected_bg_color;
|
||||||
|
background-image: none;
|
||||||
|
color: @theme_selected_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
#panel_window .menubar > .menuitem:insensitive {
|
#panel_window .menubar > .menuitem:insensitive {
|
||||||
@@ -188,6 +189,7 @@
|
|||||||
/******************************
|
/******************************
|
||||||
* default and focused button *
|
* default and focused button *
|
||||||
******************************/
|
******************************/
|
||||||
|
#login_window #login_button,
|
||||||
#login_window .button.default,
|
#login_window .button.default,
|
||||||
#shutdown_dialog .button.default,
|
#shutdown_dialog .button.default,
|
||||||
#restart_dialog .button.default,
|
#restart_dialog .button.default,
|
||||||
@@ -254,5 +256,7 @@
|
|||||||
* password warning *
|
* password warning *
|
||||||
********************/
|
********************/
|
||||||
#greeter_infobar {
|
#greeter_infobar {
|
||||||
|
background-color: @warning_bg_color;
|
||||||
|
color: @warning_fg_color;
|
||||||
font: bold;
|
font: bold;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user