Tweaked header bar entries
This commit is contained in:
@@ -49,6 +49,11 @@ 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 *
|
||||||
************/
|
************/
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user