From 09fbe3ab2a9ecd3230071bb7ea1cee8971e5c807 Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Sun, 15 Mar 2015 02:06:07 -0400 Subject: [PATCH] Tweaked header bar entries --- Paper/gnome-shell/gnome-shell.css | 2 +- Paper/gtk-3.0/apps/nautilus.css | 7 ++++++- Paper/gtk-3.0/widgets/header-bar.css | 13 ++++++++++--- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Paper/gnome-shell/gnome-shell.css b/Paper/gnome-shell/gnome-shell.css index 56ce456..475769e 100644 --- a/Paper/gnome-shell/gnome-shell.css +++ b/Paper/gnome-shell/gnome-shell.css @@ -966,7 +966,7 @@ StScrollBar { .window-caption:hover { background-color: #454d50; 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 { width: 320px; diff --git a/Paper/gtk-3.0/apps/nautilus.css b/Paper/gtk-3.0/apps/nautilus.css index cf44342..dbf114d 100644 --- a/Paper/gtk-3.0/apps/nautilus.css +++ b/Paper/gtk-3.0/apps/nautilus.css @@ -47,7 +47,12 @@ NautilusWindow GtkSwitch.trough:active { NautilusWindow GtkSwitch.slider:active { border: 1px solid shade(@nautilus, 0.8); -} +} + +NautilusWindow .titlebar .entry, +NautilusWindow .header-bar .entry { + box-shadow: none; +} /************ * Notebook * diff --git a/Paper/gtk-3.0/widgets/header-bar.css b/Paper/gtk-3.0/widgets/header-bar.css index dc4075f..c5bdf29 100644 --- a/Paper/gtk-3.0/widgets/header-bar.css +++ b/Paper/gtk-3.0/widgets/header-bar.css @@ -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; }