[gnome-themes-standard] scrolled-window: set background-color for normal and backdrop states
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] scrolled-window: set background-color for normal and backdrop states
- Date: Tue, 28 Aug 2012 16:01:51 +0000 (UTC)
commit 80115ecc9600fc1a3e1c25150a8d10fc5dd0ee15
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Aug 28 12:00:01 2012 -0400
scrolled-window: set background-color for normal and backdrop states
Since GTK+ now correctly renders its background.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 3c6f7f7..740f426 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2642,14 +2642,12 @@ GtkTreeView.dnd {
}
GtkViewport,
-GtkIconView {
- border-radius: 3px;
- padding: 0;
+GtkScrolledWindow {
background-color: @theme_base_color;
}
GtkViewport:backdrop,
-GtkIconView:backdrop {
+GtkScrolledWindow:backdrop {
background-color: @theme_unfocused_base_color;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]