summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-01-14 17:53:55 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2020-01-14 17:53:55 -0700
commit82cf46d7818cc5a23efaeaacf360de6783dcf336 (patch)
tree6171c89570a290653dd815f26ba696ef2e137fca /gtk2_ardour/clearlooks.rc.in
parent2d5a3013e0ec74bc7d69a403d15b3357db30d2ae (diff)
add styling specifics for TreeViews so that checkboxes are properly visible
Diffstat (limited to 'gtk2_ardour/clearlooks.rc.in')
-rw-r--r--gtk2_ardour/clearlooks.rc.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in
index 5cbb08962b..f886d921c6 100644
--- a/gtk2_ardour/clearlooks.rc.in
+++ b/gtk2_ardour/clearlooks.rc.in
@@ -1065,6 +1065,12 @@ 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
@@ -1074,6 +1080,7 @@ 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"