Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MythCenter-wide: Tweek the button backgrounds in basebuttonlist
  • Loading branch information
Paul Harrison committed Aug 10, 2013
1 parent a73e03d commit 8cf0b18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mythtv/themes/MythCenter-wide/base.xml
Expand Up @@ -60,7 +60,7 @@
<color>#9999cc</color>
</fontdef>
<fontdef name="basesmall_normal_inactive" from="basesmall">
<color>#666666</color>
<color>#888888</color>
</fontdef>
<fontdef name="basesmall_warning_selected" from="basesmallbold">
<color>#dddd44</color>
Expand Down Expand Up @@ -222,14 +222,14 @@
<state name="selectedactive" from="active">
<shape name="background">
<fill style="gradient">
<gradient start="#52CA38" end="#349838" alpha="255" />
<gradient start="#58f833" end="#4d6b30" alpha="200" />
</fill>
</shape>
</state>
<state name="selectedinactive" from="active">
<shape name="background">
<fill style="gradient">
<gradient start="#52CA38" end="#349838" alpha="100" />
<gradient start="#58f833" end="#4d6b30" alpha="130" />
</fill>
</shape>
<textarea name="buttontext">
Expand Down

0 comments on commit 8cf0b18

Please sign in to comment.