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>
|
<title>Emby</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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">
|
<link rel="import" href="thirdparty/paper-button/paper-button.html">
|
||||||
|
|
||||||
<div class="libraryViewNav">
|
<div class="libraryViewNav">
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<title>Emby</title>
|
<title>Emby</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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">
|
<link rel="import" href="thirdparty/paper-button/paper-button.html">
|
||||||
|
|
||||||
<div class="libraryViewNav">
|
<div class="libraryViewNav">
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<title>Emby</title>
|
<title>Emby</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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">
|
<link rel="import" href="thirdparty/paper-button/paper-button.html">
|
||||||
|
|
||||||
<div class="libraryViewNav">
|
<div class="libraryViewNav">
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title>Emby</title>
|
<title>Emby</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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">
|
<link rel="import" href="thirdparty/paper-button/paper-button.html">
|
||||||
|
|
||||||
|
|
|
@ -1964,8 +1964,9 @@ var AppInfo = {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// just until this can be removed
|
if (navigator.splashscreen) {
|
||||||
// require(['jqmicons']);
|
navigator.splashscreen.hide();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function init(deferred, capabilities, appName, deviceId, deviceName) {
|
function init(deferred, capabilities, appName, deviceId, deviceName) {
|
||||||
|
|
|
@ -19,6 +19,14 @@
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media all and (max-width: 600px) {
|
||||||
|
|
||||||
|
.libraryViewNav a {
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.libraryViewNav .ui-btn-active {
|
.libraryViewNav .ui-btn-active {
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
color: #539FFD !important;
|
color: #539FFD !important;
|
||||||
|
@ -111,13 +119,14 @@ h1, h1 a {
|
||||||
|
|
||||||
.libraryViewNav .material-icons {
|
.libraryViewNav .material-icons {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: -5px;
|
margin-top: -6px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnActiveCast i {
|
.btnActiveCast i {
|
||||||
color: #539FFD !important;
|
color: #539FFD !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.libraryViewNav a:not(.ui-btn-active):hover {
|
.libraryViewNav a:not(.ui-btn-active):hover {
|
||||||
color: #539FFD !important;
|
color: #539FFD !important;
|
||||||
}
|
}
|
|
@ -1,11 +1,12 @@
|
||||||
paper-button {
|
paper-button {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
margin-top: 5px;
|
||||||
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
paper-button.block {
|
paper-button.block {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
paper-button.submit {
|
paper-button.submit {
|
||||||
|
@ -53,22 +54,17 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
paper-button.subdued {
|
.ui-page-theme-b paper-button.subdued:not([disabled]) {
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
paper-button[raised].subdued {
|
.ui-page-theme-b paper-button[raised].subdued:not([disabled]) {
|
||||||
background: #555;
|
background: #555;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-page-theme-a paper-button.subdued {
|
.ui-page-theme-b paper-button[raised][disabled].subdued {
|
||||||
color: #fff;
|
background: #111;
|
||||||
}
|
|
||||||
|
|
||||||
.ui-page-theme-a paper-button[raised].subdued {
|
|
||||||
background: #fff;
|
|
||||||
color: #000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
paper-button.hover:hover {
|
paper-button.hover:hover {
|
||||||
|
|