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-18 18:08:51 +0300
committerVsevolod Kukol <sevoku@xamarin.com>2015-12-18 18:08:51 +0300
commit0c1405b192e4d162cc8831327ef1dad852014614 (patch)
tree6e9e2fd0d0b52af15c634a66ff5b745d948999ce /main/src/core/MonoDevelop.Ide/gtkrc.mac-dark
parent8b08a7a97acac5beb730495d1e72ad68893d56ab (diff)
[Ide][Mac] More native looking text entries
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtkrc.mac-dark')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtkrc.mac-dark3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtkrc.mac-dark b/main/src/core/MonoDevelop.Ide/gtkrc.mac-dark
index d17c89fe51..ad581edf5a 100644
--- a/main/src/core/MonoDevelop.Ide/gtkrc.mac-dark
+++ b/main/src/core/MonoDevelop.Ide/gtkrc.mac-dark
@@ -367,9 +367,12 @@ style "entry" = "default"
GtkEntry::inner-border = { 2, 2, 2, 2 }
base[INSENSITIVE] = shade(1.02, @bg_color)
+ bg[SELECTED] = @selected_bg_color
engine "xamarin" {
rgba = FALSE
+ roundness = 0
+ focusstyle = 2
}
}