Revert "RSR theme covered."

This reverts commit c31d1f1c9d.
This commit is contained in:
Jason Felds
2013-07-18 17:41:24 -04:00
parent da657870d4
commit f5c5648bdd
7 changed files with 59 additions and 148 deletions
@@ -6,10 +6,6 @@ t[#t+1] = LoadFont("Common Normal") .. {
Text=gc:GetText();
};
t.GainFocusCommand=function(self)
self:diffusealpha(1);
end;
t.LoseFocusCommand=function(self)
self:diffusealpha(0.5);
end;
t.GainFocusCommand=cmd(diffusealpha,1);
t.LoseFocusCommand=cmd(diffusealpha,0.5);
return t;