diff options
Diffstat (limited to 'library/ttk')
-rw-r--r-- | library/ttk/aquaTheme.tcl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl index 9896021..876423f 100644 --- a/library/ttk/aquaTheme.tcl +++ b/library/ttk/aquaTheme.tcl @@ -44,8 +44,7 @@ namespace eval ttk::theme::aqua { # Entry ttk::style configure TEntry \ -foreground systemTextColor \ - -background systemTextBackgroundColor \ - -fieldbackground systemTextBackgroundColor + -background systemTextBackgroundColor ttk::style map TEntry \ -foreground { disabled systemDisabledControlTextColor @@ -66,8 +65,7 @@ namespace eval ttk::theme::aqua { # Spinbox ttk::style configure TSpinbox \ -foreground systemTextColor \ - -background systemTextBackgroundColor \ - -fieldbackground systemTextBackgroundColor + -background systemTextBackgroundColor ttk::style map TSpinbox \ -foreground { disabled systemDisabledControlTextColor |