Fixed titlebar separator

pull/94/head
Satyajit Sahoo 2013-12-21 02:23:51 +05:30
parent a905178684
commit 950d42712a
2 changed files with 5 additions and 2 deletions

View File

@ -327,7 +327,7 @@ EPreviewPane .entry {
}
/*******************
/* gnome-bluetooth *
* gnome-bluetooth *
*******************/
GtkEntry.entry.pin-entry {
font: regular 50;

View File

@ -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);
}