Revert "add styling specifics for TreeViews so that checkboxes are properly visible"

This reverts commit 82cf46d781.
This commit is contained in:
Robin Gareus 2020-01-25 03:24:06 +01:00
parent 70588baeac
commit 7c2ec72495
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 0 additions and 7 deletions

View File

@ -1065,12 +1065,6 @@ style "vca_label_bar" = "medium_bold_text"
fg[NORMAL] = @lightest
}
style "ardour_treeviews" = "default"
{
# used to draw the border of checkboxes
bg[NORMAL] = @somewhat_bright_indicator
}
class "GtkWidget" style:highest "default"
class "GtkSpinButton" style:highest "spin_button"
class "GtkEntry" style "entry" # not :highest to allow instances to override this
@ -1080,7 +1074,6 @@ class "GtkButton" style:highest "ardour_button"
class "GtkCheckButton" style:highest "ardour_button"
class "GtkArrow" style:highest "tearoff_arrow"
class "GtkProgressBar" style:highest "ardour_progressbars"
class "GtkTreeView" style:highest "ardour_treeviews"
widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
widget "*MarkerText" style:highest "marker_text"