mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix cursor color for text entries
This commit is contained in:
parent
45f874cfab
commit
871904b648
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ style "default" = "medium_text"
|
|||
GtkTreeView :: vertical-separator = 2 # [ 2 ] ( >= 0 ) Vertical space between cells. Must be an even number.
|
||||
|
||||
GtkEntry :: honors-transparent-bg-hint = 1 # [ 0 ] ( bool ) (Clearlooks) Without this, gecko will fill in the background of the entry.
|
||||
GtkEntry :: cursor-color = @fg_selected
|
||||
GtkEntry :: cursor-color = @bg_selected
|
||||
|
||||
#GtkToolbar::shadow_type = GTK_SHADOW_ETCHED_IN
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue