changed color of interface button as suggested by Clavdia

fixed visualization of subscriber log
This commit is contained in:
lars 2007-04-12 00:40:25 +00:00
parent de1905f0ec
commit 387ea03272
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@
var:html_escape(Lang.Misc.SubscribeActions.manual) ?><?cs var:html_escape(Lang.Misc.SubscribeActions.manual) ?><?cs
elif:Data.List.SubscribeLog[x].details == 'mod' ?><?cs elif:Data.List.SubscribeLog[x].details == 'mod' ?><?cs
var:html_escape(Lang.Misc.SubscribeActions.mod) ?><?cs var:html_escape(Lang.Misc.SubscribeActions.mod) ?><?cs
elif:Data.List.SubscribeLog[x].details == 'auto' ?><?cs elif:Data.List.SubscribeLog[x].details == '' ?><?cs
var:html_escape(Lang.Misc.SubscribeActions.auto) ?><?cs var:html_escape(Lang.Misc.SubscribeActions.auto) ?><?cs
else ?><?cs var:html_escape(Lang.Misc.SubscribeActions.unknown) else ?><?cs var:html_escape(Lang.Misc.SubscribeActions.unknown)
?><?cs /if ?></td> ?><?cs /if ?></td>

View file

@ -149,12 +149,12 @@ button, select { cursor: pointer; }
#top form button { #top form button {
border-color: #ef2929; border-color: #ef2929;
border-style: groove; border-style: groove;
background-color: #f57900; background-color: #edd400;
margin-left: 3px; margin-left: 3px;
} }
#top form button:hover { #top form button:hover {
background-color: #fcaf3e; background-color: #fce94f;
} }