summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLapo Calamandrei <calamandrei@gmail.com>2012-10-13 18:43:05 +0200
committerLapo Calamandrei <calamandrei@gmail.com>2012-10-14 12:39:44 +0200
commitaf878b9da5465ba228bb46db8730c4b0859d32e5 (patch)
treef15c0401c96e42f87c5cf7f1b6f651764dab3d52
parente115cb1912e7b19fc091f1e469e1893a900cba6d (diff)
downloadgnome-themes-standard-af878b9da5465ba228bb46db8730c4b0859d32e5.tar.gz
Adwaita gtk3: .content-view backdrop fixes.
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 2510a461..602d45ec 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -416,7 +416,7 @@ GtkTreeView.separator:backdrop,
.entry:focus {
box-shadow: inset 1px 2px alpha(@theme_selected_bg_color, 0.1),
inset 1px 1px alpha(@theme_selected_bg_color, 0.1),
- inset -1px -1px alpha(@theme_selected_bg_color, 0.2);
+ inset -1px -1px alpha(@theme_selected_bg_color, 0.2);
transition: all 200ms ease-in;
}
@@ -3287,8 +3287,9 @@ row:selected {
background-color: @content_view_bg;
}
-.content-view.view:prelight {
+.content-view.view:hover {
background-color: @theme_bg_color;
+ color: @theme_text_color;
}
.content-view.view:selected,
@@ -3300,14 +3301,20 @@ row:selected {
background-color: @theme_unfocused_base_color;
}
-.content-view.view:backdrop {
- background-color: @theme_unfocused_base_color;
+.content-view.view:backdrop,
+.content-view.view:hover:backdrop {
+ /* FIXME: :hover:backdrop doesn't work,
+ * see: https://bugzilla.gnome.org/show_bug.cgi?id=686092
+ */
+ background-color: @sidebar_bg_unfocused;
}
.content-view.view:selected:backdrop {
background-color: @theme_unfocused_selected_bg_color;
}
+.content-view.view .separator:backdrop { color: @theme_unfocused_bg_color; }
+
GdMainIconView.content-view {
-GdMainIconView-icon-size: 40;
}
@@ -3327,7 +3334,7 @@ GtkIconView.content-view.check:active {
background-color: transparent;
}
-GtkIconView.content-view.check:prelight,
+GtkIconView.content-view.check:hover,
GtkIconView.content-view.check:insensitive,
GtkIconView.content-view.check:backdrop,
GtkIconView.content-view.check:selected {