less fancy on mobile
This commit is contained in:
@ -42,8 +42,8 @@ window.setupStyles = function() {
|
|||||||
+ '</style>');
|
+ '</style>');
|
||||||
|
|
||||||
if(L.Browser.mobile) {
|
if(L.Browser.mobile) {
|
||||||
$('head').append('<style>' +
|
$('head').append('<style>'
|
||||||
+ '#sidebar, #updatestatus, #chatcontrols, #chat, #chatinput { background: #0B3351 }'
|
+ '#sidebar, #updatestatus, #chatcontrols, #chat, #chatinput { background: #0B3351 !important }'
|
||||||
+ '</style>');
|
+ '</style>');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user