1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update icons

This commit is contained in:
Luke Pulverenti 2015-06-18 15:43:47 -04:00
parent 22bb6a4963
commit 615cc844ae
16 changed files with 27 additions and 21 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -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">

View file

@ -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">

View file

@ -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">

View file

@ -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">

View file

@ -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) {

View file

@ -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;
} }

View file

@ -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;
}
.ui-page-theme-a paper-button.subdued {
color: #fff; color: #fff;
} }
.ui-page-theme-a paper-button[raised].subdued { .ui-page-theme-b paper-button[raised][disabled].subdued {
background: #fff; background: #111;
color: #000;
} }
paper-button.hover:hover { paper-button.hover:hover {