fix EMS in IE with reset style
This commit is contained in:
parent
a7c0ff0dec
commit
e5b7741f75
2 changed files with 5 additions and 4 deletions
|
|
@ -9,7 +9,8 @@
|
|||
(Diona Kidd, Knowmad Technologies)
|
||||
|
||||
7.4.13
|
||||
- fix: Expired SessionScratch not deleted (thanks to Michelle Lamar)
|
||||
- fix: EMS edit badge event list can display incorrectly in IE
|
||||
- fix: Expired SessionScratch not deleted (thanks to Michelle Lamar)
|
||||
http://www.plainblack.com/bugs/tracker/expired-sessionscratch-not-deleted
|
||||
|
||||
7.4.12
|
||||
|
|
|
|||
|
|
@ -4587,9 +4587,9 @@ function resetToInitial() {
|
|||
$self->session->style->setRawHeadTags(q|
|
||||
<style type="text/css">
|
||||
#emsTickets { font-size: 11px; }
|
||||
.masterEvent { background-color: black; color: white; }
|
||||
.evenEvent { background-color: white; color: black; }
|
||||
.oddEvent { background-color: #dddddd; color: black; }
|
||||
.masterEvent, .masterEvent td { background-color: black; color: white; }
|
||||
.evenEvent, .evenEvent td { background-color: white; color: black; }
|
||||
.oddEvent, .oddEvent td { background-color: #dddddd; color: black; }
|
||||
</style>
|
||||
|);
|
||||
return $self->processStyle("<h1>Edit Badge</h1>".$f->print.$tickets);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue