gtk-engines r1026 - in trunk: . themes/Clearlooks/gtk-2.0
- From: acimitan svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-engines r1026 - in trunk: . themes/Clearlooks/gtk-2.0
- Date: Tue, 22 Jan 2008 17:08:32 +0000 (GMT)
Author: acimitan
Date: Tue Jan 22 17:08:32 2008
New Revision: 1026
URL: http://svn.gnome.org/viewvc/gtk-engines?rev=1026&view=rev
Log:
2008-01-22 Andrea Cimitan <andrea cimitan gmail com>
* themes/Clearlooks/gtk-2.0/gtkrc:
Fixed GtkProgressbars inside GtkMenu
Modified:
trunk/ChangeLog
trunk/themes/Clearlooks/gtk-2.0/gtkrc
Modified: trunk/themes/Clearlooks/gtk-2.0/gtkrc
==============================================================================
--- trunk/themes/Clearlooks/gtk-2.0/gtkrc (original)
+++ trunk/themes/Clearlooks/gtk-2.0/gtkrc Tue Jan 22 17:08:32 2008
@@ -1,4 +1,3 @@
-
# Set GtkSettings color scheme property.
# This can be overriden (via an xsetting) with eg. the gnome-appearance-properties.
gtk_color_scheme = "fg_color:#000\nbg_color:#EDECEB\nbase_color:#fff\ntext_color:#1A1A1A\nselected_bg_color:#86ABD9\nselected_fg_color:#fff\ntooltip_bg_color:#F5F5B5\ntooltip_fg_color:#000"
@@ -327,11 +326,9 @@
widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "clearlooks-notebook-bg"
widget_class "*<GtkNotebook>*<GtkLayout>" style "clearlooks-notebook-bg"
-
widget_class "*<GtkButton>" style "clearlooks-button"
widget_class "*<GtkNotebook>" style "clearlooks-notebook"
widget_class "*<GtkStatusbar>*" style "clearlooks-statusbar"
-widget_class "*<GtkProgressBar>" style "clearlooks-progressbar"
widget_class "*<GtkComboBoxEntry>*" style "clearlooks-comboboxentry"
widget_class "*<GtkCombo>*" style "clearlooks-comboboxentry"
@@ -342,9 +339,10 @@
widget_class "*<GtkSeparatorMenuItem>*" style "clearlooks-separator-menu-item"
widget_class "*.<GtkFrame>.<GtkLabel>" style "clearlooks-frame-title"
-
widget_class "*.<GtkTreeView>*" style "clearlooks-treeview"
+widget_class "*<GtkProgressBar>" style "clearlooks-progressbar"
+
# Treeview header
widget_class "*.<GtkTreeView>.<GtkButton>" style "clearlooks-treeview-header"
widget_class "*.<GtkCTree>.<GtkButton>" style "clearlooks-treeview-header"
@@ -365,8 +363,6 @@
################################
widget "gtk-tooltip*" style "clearlooks-tooltips"
-
-
###################################################
# Special cases and work arounds
###################################################
@@ -391,7 +387,6 @@
}
widget_class "*.<GtkComboBox>.<GtkCellView>" style "clearlooks-combobox-text-color-workaround"
-
# Work around the evolution "New" button bug by making the toolbar flat.
# http://bugzilla.gnome.org/show_bug.cgi?id=446953
# Maybe remove this workaround in unstable releases.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]