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:
Thierry Carrez 2020-09-14 13:47:09 +02:00
parent 1db00eafb8
commit 673d5375cd
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -111,7 +111,7 @@ class PTGDataBase():
'#f8ac29',
'#5b731a',
'#9dc62d',
'#156489',
'#993399',
'#27a3dd',
'#2a6d3c',
'#3fa45b',