mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Fixed titlebar separator
This commit is contained in:
@@ -327,7 +327,7 @@ EPreviewPane .entry {
|
||||
}
|
||||
|
||||
/*******************
|
||||
/* gnome-bluetooth *
|
||||
* gnome-bluetooth *
|
||||
*******************/
|
||||
GtkEntry.entry.pin-entry {
|
||||
font: regular 50;
|
||||
|
||||
@@ -1416,7 +1416,10 @@ OsScrollbar:insensitive {
|
||||
.toolbar .separator:insensitive,
|
||||
.header-bar GtkSeparatorToolItem,
|
||||
.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);
|
||||
color: shade(@toolbar_bg_color, 0.95);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user