[gnome-themes-standard] Fix the style for gnome-panel buttons
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Fix the style for gnome-panel buttons
- Date: Wed, 16 Feb 2011 22:07:22 +0000 (UTC)
commit 25d6665426528d5da6ddfe624218f9fd855c97c1
Author: William Jon McCann <jmccann redhat com>
Date: Wed Feb 16 16:46:58 2011 -0500
Fix the style for gnome-panel buttons
themes/Adwaita/gtk-3.0/gtk.css | 39 ++++++++++++++++++++++++++++++++++++++-
1 files changed, 38 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index be6eb5f..7e6a76a 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -670,6 +670,10 @@ GtkCalendar.highlight {
color: @error_fg_color;
}
+GtkTreeView.GtkFileChooserDefaultSidebar {
+ background-color: #f6f6f4;
+}
+
/* Custom colors for some applications' widgets */
#nautilus-extra-view-widget {
background-color: mix (shade (@bg_color, 1.05), @selected_bg_color, 0.60);
@@ -695,7 +699,40 @@ PanelWidget,
PanelApplet,
PanelMenuBar.menubar,
PanelToplevel {
- background-color: #1e1a17;
+ background-color: black;
+ background-image: none;
+ color: #fff;
+}
+
+/* panel buttons (clock etc) */
+PanelApplet GtkToggleButton {
+ background-color: black;
+ background-image: none;
+ border-color: #333333;
+ border-width: 0;
+ color: #fff;
+}
+
+PanelApplet GtkToggleButton:active {
+ background-color: #666666;
background-image: none;
+ border-color: #333333;
+ border-width: 0;
+ color: #fff;
+}
+
+PanelApplet GtkToggleButton:hover {
+ background-color: #333333;
+ background-image: none;
+ border-color: #333333;
+ border-width: 0;
+ color: #fff;
+}
+
+PanelApplet GtkToggleButton:hover:active {
+ background-color: #666666;
+ background-image: none;
+ border-color: #333333;
+ border-width: 0;
color: #fff;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]