[gnome-themes-standard] Handle widgets within scrolled windows.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Handle widgets within scrolled windows.
- Date: Mon, 6 Dec 2010 21:22:55 +0000 (UTC)
commit 326365f168f16b54df01c9fb70285b18c072d990
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]