[gnome-themes-standard/gnome-3-4] nautilus: fix background color for inactive pane
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/gnome-3-4] nautilus: fix background color for inactive pane
- Date: Thu, 26 Apr 2012 14:19:28 +0000 (UTC)
commit 8d0a02e43172c200bfccf0f08049113ab6f2f79d
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 1fd3bf0..cf7eb30 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -50,11 +50,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: 1 1 black;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]