13
0

fix invisible tearoff arrow for light theme

git-svn-id: svn://localhost/ardour2/trunk@2302 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2007-08-15 04:29:35 +00:00
parent 4bd83a409e
commit 356f9ba80a

View File

@ -1096,10 +1096,10 @@ style "io_selector_notebook" = "default_base"
style "tearoff_arrow" = "medium_bold_entry"
{
fg[NORMAL] = { 0.80, 0.80, 0.80 }
fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
bg[NORMAL] = { 0.80, 0.80, 0.80 }
bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
fg[NORMAL] = { 0.30, 0.30, 0.30 }
fg[PRELIGHT] = { 0.30, 0.30, 0.30 }
bg[NORMAL] = { 0.30, 0.30, 0.30 }
bg[PRELIGHT] = { 0.30, 0.30, 0.30 }
}
style "meter_metrics_strip" = "default_base"