mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
update ios search menu
This commit is contained in:
parent
386a9bc03d
commit
6e05379d16
6
dashboard-ui/cordova/searchmenu.js
vendored
6
dashboard-ui/cordova/searchmenu.js
vendored
@ -19,6 +19,12 @@
|
||||
Events.trigger(self, 'change', [data.text || '']);
|
||||
|
||||
}, true);
|
||||
|
||||
document.addEventListener('searchClosed', function (data) {
|
||||
|
||||
Events.trigger(self, 'closed');
|
||||
|
||||
}, true);
|
||||
}
|
||||
|
||||
window.SearchMenu = new searchMenu();
|
||||
|
@ -1,11 +1,10 @@
|
||||
html {
|
||||
font-family: Helvetica Neue;
|
||||
/* Setting it here will help prevent white flashes */
|
||||
background-color: #1c1c1c;
|
||||
}
|
||||
|
||||
html, body {
|
||||
font-family: Helvetica Neue;
|
||||
html, body, .ui-btn, .pageTitle {
|
||||
font-family: San Francisco, Helvetica Neue;
|
||||
}
|
||||
|
||||
|
||||
@ -79,18 +78,6 @@ html, body {
|
||||
color: #539FFD !important;
|
||||
}
|
||||
|
||||
.pageTitle {
|
||||
font-family: Helvetica Neue;
|
||||
}
|
||||
|
||||
.ui-btn {
|
||||
font-family: Helvetica Neue;
|
||||
}
|
||||
|
||||
.ui-loader h1 {
|
||||
font-family: Helvetica Neue;
|
||||
}
|
||||
|
||||
h1, h1 a {
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user