Added style for gnome bluetooth
parent
5854596f6b
commit
7484b77c7d
|
@ -325,3 +325,16 @@ EPreviewPane .entry {
|
||||||
background-color: shade(@theme_base_color, 0.95);
|
background-color: shade(@theme_base_color, 0.95);
|
||||||
color: @theme_text_color;
|
color: @theme_text_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*******************
|
||||||
|
/* gnome-bluetooth *
|
||||||
|
*******************/
|
||||||
|
GtkEntry.entry.pin-entry {
|
||||||
|
font: regular 50;
|
||||||
|
padding-left: 25px;
|
||||||
|
padding-right: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
GtkLabel.pin-label {
|
||||||
|
font: regular 50;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue