[gnome-themes-standard] nautilus: fix background color for inactive pane
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] nautilus: fix background color for inactive pane
- Date: Thu, 26 Apr 2012 14:18:41 +0000 (UTC)
commit 5decce83884040a451e00fb68b01161a6f8111a8
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Apr 26 10:13:42 2012 -0400
nautilus: fix background color for inactive pane
We need to use a different background color for the inactive pane, or it
will be confusing to understand which pane actions apply to.
https://bugzilla.gnome.org/show_bug.cgi?id=674793
themes/Adwaita/gtk-3.0/gnome-applications.css | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index b124aa7..713e06d 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -40,11 +40,22 @@ TerminalWindow GtkNotebook.notebook {
border-radius: 5px;
}
+.nautilus-inactive-pane .view {
+ background-color: @theme_unfocused_base_color;
+}
+
+.nautilus-inactive-pane .view:selected,
.nautilus-inactive-pane .nautilus-canvas-item:selected {
background-color: @theme_unfocused_selected_bg_color;
color: @theme_unfocused_selected_fg_color;
}
+.nautilus-inactive-pane .expander.view:selected {
+ background-color: @theme_unfocused_selected_bg_color;
+ color: @internal_element_color;
+ border-color: @internal_element_color;
+}
+
.nautilus-desktop.nautilus-canvas-item {
color: @theme_bg_color;
text-shadow: 1px 1px black;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]