update icons
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.4 KiB |
|
@ -5,7 +5,7 @@
|
|||
<title>Emby</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="displayPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage" data-contextname="${HeaderPreferences}" data-require="scripts/mypreferencesdisplay,scripts/mypreferencescommon,paperbuttonstyle">
|
||||
<div id="displayPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage" data-contextname="${HeaderPreferences}" data-require="scripts/mypreferencesdisplay,scripts/mypreferencescommon,paperbuttonstyle,jqmicons">
|
||||
<link rel="import" href="thirdparty/paper-button/paper-button.html">
|
||||
|
||||
<div class="libraryViewNav">
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<title>Emby</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="languagePreferencesPage" data-role="page" class="page libraryPage userPreferencesPage" data-contextname="${HeaderPreferences}" data-require="scripts/mypreferenceslanguages,scripts/mypreferencescommon,paperbuttonstyle">
|
||||
<div id="languagePreferencesPage" data-role="page" class="page libraryPage userPreferencesPage" data-contextname="${HeaderPreferences}" data-require="scripts/mypreferenceslanguages,scripts/mypreferencescommon,paperbuttonstyle,jqmicons">
|
||||
<link rel="import" href="thirdparty/paper-button/paper-button.html">
|
||||
|
||||
<div class="libraryViewNav">
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<title>Emby</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="webClientPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage" data-contextname="${HeaderPreferences}" data-require="scripts/mypreferenceswebclient,scripts/mypreferencescommon,paperbuttonstyle">
|
||||
<div id="webClientPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage" data-contextname="${HeaderPreferences}" data-require="scripts/mypreferenceswebclient,scripts/mypreferencescommon,paperbuttonstyle,jqmicons">
|
||||
<link rel="import" href="thirdparty/paper-button/paper-button.html">
|
||||
|
||||
<div class="libraryViewNav">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title>Emby</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="userImagePage" data-role="page" class="page libraryPage userPreferencesPage userPasswordPage" data-contextname="${HeaderPreferences}" data-require="scripts/myprofile,scripts/mypreferencescommon,paperbuttonstyle">
|
||||
<div id="userImagePage" data-role="page" class="page libraryPage userPreferencesPage userPasswordPage" data-contextname="${HeaderPreferences}" data-require="scripts/myprofile,scripts/mypreferencescommon,paperbuttonstyle,jqmicons">
|
||||
|
||||
<link rel="import" href="thirdparty/paper-button/paper-button.html">
|
||||
|
||||
|
|
|
@ -1964,8 +1964,9 @@ var AppInfo = {};
|
|||
}
|
||||
}
|
||||
|
||||
// just until this can be removed
|
||||
// require(['jqmicons']);
|
||||
if (navigator.splashscreen) {
|
||||
navigator.splashscreen.hide();
|
||||
}
|
||||
}
|
||||
|
||||
function init(deferred, capabilities, appName, deviceId, deviceName) {
|
||||
|
|
|
@ -19,6 +19,14 @@
|
|||
padding-top: 16px;
|
||||
}
|
||||
|
||||
@media all and (max-width: 600px) {
|
||||
|
||||
.libraryViewNav a {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.libraryViewNav .ui-btn-active {
|
||||
border-bottom-color: transparent;
|
||||
color: #539FFD !important;
|
||||
|
@ -111,13 +119,14 @@ h1, h1 a {
|
|||
|
||||
.libraryViewNav .material-icons {
|
||||
display: block;
|
||||
margin-top: -5px;
|
||||
margin-top: -6px;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.btnActiveCast i {
|
||||
color: #539FFD !important;
|
||||
}
|
||||
|
||||
.libraryViewNav a:not(.ui-btn-active):hover {
|
||||
color: #539FFD !important;
|
||||
}
|
|
@ -1,11 +1,12 @@
|
|||
paper-button {
|
||||
font-weight: 500;
|
||||
vertical-align: middle;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
paper-button.block {
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
paper-button.submit {
|
||||
|
@ -53,22 +54,17 @@
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
paper-button.subdued {
|
||||
color: #555;
|
||||
}
|
||||
.ui-page-theme-b paper-button.subdued:not([disabled]) {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
paper-button[raised].subdued {
|
||||
background: #555;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ui-page-theme-a paper-button.subdued {
|
||||
.ui-page-theme-b paper-button[raised].subdued:not([disabled]) {
|
||||
background: #555;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ui-page-theme-a paper-button[raised].subdued {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
.ui-page-theme-b paper-button[raised][disabled].subdued {
|
||||
background: #111;
|
||||
}
|
||||
|
||||
paper-button.hover:hover {
|
||||
|
|