Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Corrado <alexc@xamarin.com>2012-11-12 22:30:07 +0400
committerAlex Corrado <alexc@xamarin.com>2012-11-12 22:30:07 +0400
commit2264744040f3c974751dcaf1bc74729c3540aea2 (patch)
tree7bf281ff7ed82afb170d33717b40a55e38e4e840 /main/src/core/MonoDevelop.Ide/gtkrc
parent305da3811af36897a006acdd040f1ededbc79f4e (diff)
[gtkrc] Fix the toggle buttons in the Find in Files dialog
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtkrc')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtkrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtkrc b/main/src/core/MonoDevelop.Ide/gtkrc
index d6ceb73a15..a43f8ac59c 100644
--- a/main/src/core/MonoDevelop.Ide/gtkrc
+++ b/main/src/core/MonoDevelop.Ide/gtkrc
@@ -146,6 +146,13 @@ style "dialog-button" = "default" {
style "toggle-button" = "button" {
bg[NORMAL] = @base_color
bg[PRELIGHT] = shade(0.98, @base_color)
+
+ engine "xamarin" {
+ contrast = 1.0
+ gradient_shades = {0.96, 0.918, 0.926, 0.858}
+ focus_color = shade(0.6, @bg_color)
+ textstyle = 1
+ }
}
style "menu" {
@@ -373,6 +380,8 @@ widget "*GtkTextView" style "entry"
widget_class "<GtkDialog>*<GtkCheckButton>" style "radio-or-check-box"
widget_class "<GtkDialog>.<GtkVBox>.<GtkButtonBox>.<GtkButton>*" style "dialog-button"
+widget "*.toggleFindInFiles" style "toggle-button"
+widget "*.toggleReplaceInFiles" style "toggle-button"
widget_class "*<GtkMenu>*" style "menu"
widget_class "*<GtkMenuItem>*" style "menu-item"