Fix issue related to bug #6609, text selection not visible in track name entry
[ardour.git] / gtk2_ardour / clearlooks.rc.in
index 081629face532553894aa7879639ae291dde5b45..a8c94fb2e1b056b260423d155ed349916d46f4e1 100644 (file)
@@ -4,10 +4,13 @@ style "default" = "medium_text"
 {
   #Original values for reference
 
-  GtkTreeView::vertical-padding = 0
-  GtkTreeView::horizontal-padding = 0
-  GtkTreeView::even-row-color = shade(0.25,@bases)
-  GtkTreeView::odd-row-color = lighter(lighter(@bases))
+  GtkTreeView         :: vertical-padding                 = 0
+  GtkTreeView         :: horizontal-padding               = 0
+  GtkTreeView         :: even-row-color                   = @bases
+  GtkTreeView         :: odd-row-color                    = @bases
+  GtkTreeView         :: focus-line-width                 = 0
+  GtkTreeView         :: tree-line-width                  = 1
+  GtkTreeView         :: row-ending-details               = 0
   
   GtkWidget           :: focus-line-pattern               = "\001\001"        #                              Dash pattern used to draw the focus indicator.
   GtkWidget           :: focus-line-width                 = 1                 # [               1 ] ( >= 0 ) Width, in pixels, of the focus indicator line.
@@ -235,7 +238,7 @@ style "small_text"
 
 style "small_clock"
 {
-       font_name = "@CLOCKFONT@ @FONT_SMALLER@"
+       font_name = "@CLOCKFONT@ @FONT_NORMAL@"
 }
 
 style "small_italic_text"
@@ -645,7 +648,7 @@ style "small_entry" = "small_text"
 
        text[NORMAL] = @texts
        text[ACTIVE] = @texts
-       text[SELECTED] = @fg_selected
+       text[SELECTED] = @texts
 
        bg[NORMAL] = @bases
        bg[ACTIVE] = @bases
@@ -808,7 +811,7 @@ style "track_name_display" = "medium_text"
        text[SELECTED] = @foreground
 
        base[NORMAL] = @bases
-       base[ACTIVE] = lighter(@bases)
+       base[ACTIVE] = @bg_selected
        base[SELECTED] = @bg_selected
 
        bg[NORMAL] = lighter(@bases)
@@ -982,11 +985,6 @@ style "ardour_button" ="default_button"
        ythickness = 1
 }
 
-style "padded_button" = "default_button"
-{
-       xthickness = 8
-}
-
 style "tooltip" = "medium_text"
 {
        fg[NORMAL] = @fg_tooltip
@@ -1029,8 +1027,6 @@ class "GtkCheckButton" style:highest "ardour_button"
 class "GtkArrow" style:highest "tearoff_arrow"
 class "GtkProgressBar" style:highest "ardour_progressbars"
 
-
-widget "*PaddedButton" style:highest "padded_button"
 widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
 widget "*MarkerText" style:highest "marker_text"
 widget "*ArdourContextMenu*" style:highest "default_menu"