Fixed titlebar separator
parent
a905178684
commit
950d42712a
|
@ -327,7 +327,7 @@ EPreviewPane .entry {
|
||||||
}
|
}
|
||||||
|
|
||||||
/*******************
|
/*******************
|
||||||
/* gnome-bluetooth *
|
* gnome-bluetooth *
|
||||||
*******************/
|
*******************/
|
||||||
GtkEntry.entry.pin-entry {
|
GtkEntry.entry.pin-entry {
|
||||||
font: regular 50;
|
font: regular 50;
|
||||||
|
|
|
@ -1416,7 +1416,10 @@ OsScrollbar:insensitive {
|
||||||
.toolbar .separator:insensitive,
|
.toolbar .separator:insensitive,
|
||||||
.header-bar GtkSeparatorToolItem,
|
.header-bar GtkSeparatorToolItem,
|
||||||
.header-bar .separator,
|
.header-bar .separator,
|
||||||
.header-bar .separator:insensitive {
|
.header-bar .separator:insensitive,
|
||||||
|
.titlebar GtkSeparatorToolItem,
|
||||||
|
.titlebar .separator,
|
||||||
|
.titlebar .separator:insensitive {
|
||||||
border-color: shade(@toolbar_bg_color, 0.95);
|
border-color: shade(@toolbar_bg_color, 0.95);
|
||||||
color: shade(@toolbar_bg_color, 0.95);
|
color: shade(@toolbar_bg_color, 0.95);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue