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:
authorVsevolod Kukol <sevoku@xamarin.com>2015-12-15 10:13:24 +0300
committerVsevolod Kukol <sevoku@xamarin.com>2015-12-15 10:14:17 +0300
commit5ccea4a644b50b2579168df94edb5a99a6ea46b0 (patch)
treed23f3029b1422cb7859b5e266d32dfc8617cd0f8 /main/src/core/MonoDevelop.Ide/gtkrc.win32-dark
parent110696740453cf60124bda4a98d32eb5167dd1f7 (diff)
[Ide][Win] Optimize check button design
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtkrc.win32-dark')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtkrc.win32-dark23
1 files changed, 9 insertions, 14 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtkrc.win32-dark b/main/src/core/MonoDevelop.Ide/gtkrc.win32-dark
index 2d18a74059..ae2ada2be8 100644
--- a/main/src/core/MonoDevelop.Ide/gtkrc.win32-dark
+++ b/main/src/core/MonoDevelop.Ide/gtkrc.win32-dark
@@ -294,22 +294,17 @@ style "notebook" = "default"
}
}
-style "radio-button" = "default"
+style "radio-check-box" = "default"
{
GtkCheckButton::indicator-size = 15
- text[NORMAL] = lighter (@text_color)
- base[NORMAL] = @base_color
- text[ACTIVE] = lighter(@text_color)
-}
-
-style "check-box" = "default"
-{
- GtkCheckButton::indicator-size = 15
+ base[NORMAL] = "#fff"
+ base[SELECTED] = "#fff"
+ text[SELECTED] = @base_color
- base[NORMAL] = "#f8f8f8"
- text[NORMAL] = "#404040"
- text[ACTIVE] = "#404040"
+ engine "xamarin" {
+ focusstyle = 0
+ }
}
style "entry" = "default"
@@ -415,8 +410,8 @@ class "GtkNotebook" style "notebook"
class "GtkButton" style "button"
class "GtkComboBox" style "combo-box"
-class "GtkRadioButton" style "radio-button"
-class "GtkCheckButton" style "check-box"
+class "GtkRadioButton" style "radio-check-box"
+class "GtkCheckButton" style "radio-check-box"
class "GtkScale" style "scale"
widget "*GtkEntry" style:highest "entry"