Tweaked header bar entries

This commit is contained in:
Sam Hewitt 2015-03-15 02:06:07 -04:00
parent 535919edf0
commit 09fbe3ab2a
3 changed files with 17 additions and 5 deletions

View File

@ -966,7 +966,7 @@ StScrollBar {
.window-caption:hover { .window-caption:hover {
background-color: #454d50; background-color: #454d50;
color: #dbdee0; color: #dbdee0;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5); } box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5); }
.search-entry { .search-entry {
width: 320px; width: 320px;

View File

@ -47,7 +47,12 @@ NautilusWindow GtkSwitch.trough:active {
NautilusWindow GtkSwitch.slider:active { NautilusWindow GtkSwitch.slider:active {
border: 1px solid shade(@nautilus, 0.8); border: 1px solid shade(@nautilus, 0.8);
} }
NautilusWindow .titlebar .entry,
NautilusWindow .header-bar .entry {
box-shadow: none;
}
/************ /************
* Notebook * * Notebook *

View File

@ -380,10 +380,11 @@
.header-bar .entry { .header-bar .entry {
background: none; background: none;
color: @header_text; color: @header_text;
padding: 6px; padding: 13px;
border-radius: 6px; border-radius: 0px;
border: none; border: 1px solid transparent;
outline: none; outline: none;
box-shadow: none;
} }
.header-bar .entry:active, .header-bar .entry:active,
@ -401,6 +402,12 @@
outline: none; outline: none;
} }
.header-bar .entry:selected,
.header-bar .entry:selected:focus {
color: @header;
background-color: @header_text;
}
.header-bar .entry.image { .header-bar .entry.image {
color: @insensitive_base; color: @insensitive_base;
} }