Make clickable badges more button-like
Make it clearer that certain badges are meant to be clicked on. Also replace the darkblue badge color that was too close to the hover color. Change-Id: I84617dbd442cfd557155400a65bd87679fe2825a
This commit is contained in:
parent
1db00eafb8
commit
673d5375cd
@ -61,7 +61,7 @@ function track_badge(track, roomurl) {
|
||||
var title = checkins_tooltip(track);
|
||||
if (roomurl != undefined) {
|
||||
return '<a target="_blank" href="' + roomurl +
|
||||
'" class="label label-primary ' +
|
||||
'" class="btn btn-xs btn-primary ' +
|
||||
track +
|
||||
'" title="' + title + '">' + track;
|
||||
}
|
||||
|
@ -111,7 +111,7 @@ class PTGDataBase():
|
||||
'#f8ac29',
|
||||
'#5b731a',
|
||||
'#9dc62d',
|
||||
'#156489',
|
||||
'#993399',
|
||||
'#27a3dd',
|
||||
'#2a6d3c',
|
||||
'#3fa45b',
|
||||
|
Loading…
x
Reference in New Issue
Block a user