Jambase zugefügt
This commit is contained in:
@@ -113,6 +113,7 @@
|
||||
<select id="provider-filter">
|
||||
<option value="all">Alle Quellen</option>
|
||||
<option value="ticketmaster">Ticketmaster</option>
|
||||
<option value="jambase">JamBase</option>
|
||||
<option value="bandsintown">Bandsintown</option>
|
||||
<option value="eventim">Eventim</option>
|
||||
<option value="barclays_arena">Barclays Arena</option>
|
||||
|
||||
@@ -142,6 +142,7 @@ function prettifyProviderName(value) {
|
||||
|
||||
const names = {
|
||||
ticketmaster: "Ticketmaster",
|
||||
jambase: "JamBase",
|
||||
bandsintown: "Bandsintown",
|
||||
eventim: "Eventim",
|
||||
barclays_arena: "Barclays Arena",
|
||||
@@ -154,6 +155,7 @@ function prettifyProviderName(value) {
|
||||
function getProviderClass(value) {
|
||||
const classes = {
|
||||
ticketmaster: "provider-ticketmaster",
|
||||
jambase: "provider-jambase",
|
||||
bandsintown: "provider-bandsintown",
|
||||
eventim: "provider-eventim",
|
||||
barclays_arena: "provider-barclays-arena",
|
||||
|
||||
@@ -352,6 +352,11 @@ button:hover,
|
||||
color: var(--primary-dark);
|
||||
}
|
||||
|
||||
.provider-jambase {
|
||||
background: rgba(17, 108, 110, 0.13);
|
||||
color: #0d5f61;
|
||||
}
|
||||
|
||||
.provider-eventim {
|
||||
background: rgba(86, 60, 153, 0.14);
|
||||
color: #4f3790;
|
||||
|
||||
Reference in New Issue
Block a user