less fancy on mobile

This commit is contained in:
Stefan Breunig
2013-02-15 13:29:34 +01:00
parent 7d2a704c9c
commit 4d6e0b5ebb

View File

@ -42,8 +42,8 @@ window.setupStyles = function() {
+ '</style>');
if(L.Browser.mobile) {
$('head').append('<style>' +
+ '#sidebar, #updatestatus, #chatcontrols, #chat, #chatinput { background: #0B3351 }'
$('head').append('<style>'
+ '#sidebar, #updatestatus, #chatcontrols, #chat, #chatinput { background: #0B3351 !important }'
+ '</style>');
}
}