[gnome-themes-standard/gtk-style-context] Handle widgets within scrolled windows.



commit d5dd4456c6fa8a52f71b1c7f5140959c2e3ce6db
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Nov 30 03:28:57 2010 +0100

    Handle widgets within scrolled windows.

 themes/Adwaita/gtk-3.0/gtk.css |   28 ++++++++++++++++++++++++++--
 1 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 6613733..fe6b0ae 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -334,8 +334,32 @@ GtkSeparator {
     -GtkSeparator-shadow-type: none;
 }
 
-GtkInfobar {
-    background-color: #ffffff;
+GtkViewport,
+GtkTreeView,
+GtkIconView {
+    border-radius: 0;
+}
+
+GtkScrolledWindow {
+    border-style: solid;
+    border-color: darker (@bg_color);
+    border-width: 1;
+    border-radius: 0;
+    padding: 1;
+}
+
+GtkScrollbar {
+    border-radius: 3;
+}
+
+.trough:active,
+.slider:prelight,
+.slider {
+    background-color: lighter (@bg_color);
+}
+
+.cell {
+    border-width: 0;
 }
 
 /* Custom colors for some applications' widgets */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]