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 16:39:20 +0300
committerVsevolod Kukol <sevoku@xamarin.com>2015-12-15 16:39:20 +0300
commit344286c45abb331f37898a201825a3808aee0520 (patch)
tree82a6b463297a7e03136987932cec18eb272bdf99 /main/src/core/MonoDevelop.Ide/gtkrc.win32-dark
parent26aa7bc282ad766cc9361b03cbb8cc282296c2de (diff)
[Ide][Win] Fix dark ToggleButton design
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtkrc.win32-dark')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtkrc.win32-dark8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtkrc.win32-dark b/main/src/core/MonoDevelop.Ide/gtkrc.win32-dark
index 4da559141b..4a10df466c 100644
--- a/main/src/core/MonoDevelop.Ide/gtkrc.win32-dark
+++ b/main/src/core/MonoDevelop.Ide/gtkrc.win32-dark
@@ -146,6 +146,13 @@ style "button" = "default" {
}
}
+style "toggle-button" = "button" {
+ bg[NORMAL] = @base_color
+ bg[ACTIVE] = @bg_color
+ bg[PRELIGHT] = @bg_color
+ fg[ACTIVE] = "#fff"
+}
+
style "menu" = "default" {
xthickness = 0
ythickness = 0
@@ -413,6 +420,7 @@ class "GtkProgressBar" style "progressbar"
class "GtkScrolledWindow" style "scrolled-window"
class "GtkNotebook" style "notebook"
class "GtkButton" style "button"
+class "GtkToggleButton" style "toggle-button"
class "GtkComboBox" style "combo-box"
class "GtkRadioButton" style "radio-check-box"