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

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

View File

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