mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update icons
This commit is contained in:
parent
92bca2bd40
commit
58bb39c2d1
17 changed files with 101 additions and 88 deletions
|
@ -210,7 +210,7 @@
|
|||
}
|
||||
|
||||
.dashboardDocument .viewMenuBar {
|
||||
background-color: #43A047;
|
||||
background-color: #222;
|
||||
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
|
||||
height: auto;
|
||||
}
|
||||
|
@ -224,7 +224,6 @@
|
|||
}
|
||||
|
||||
.dashboardDocument .viewMenuBar #selectionBar {
|
||||
background: #fff !important;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
font-weight: 500;
|
||||
position: relative;
|
||||
border-radius: 1000px;
|
||||
background: #2E7D32;
|
||||
background: #444;
|
||||
line-height: 28px;
|
||||
min-width: 30px;
|
||||
display: inline-flex;
|
||||
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
|
||||
.levelNormal {
|
||||
background-color: #444;
|
||||
background-color: #43A047;
|
||||
}
|
||||
|
||||
.levelWarning {
|
||||
|
|
19
dashboard-ui/css/polymer/paper-icon-button-light.css
Normal file
19
dashboard-ui/css/polymer/paper-icon-button-light.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
[is=paper-icon-button-light] {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
[is=paper-icon-button-light] iron-icon, [is=paper-icon-button-light] img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
[is=paper-icon-button-light] #background {
|
||||
transition: opacity .3s ease-out;
|
||||
}
|
||||
|
||||
[is=paper-icon-button-light]:focus #background {
|
||||
background-color: currentcolor !important;
|
||||
opacity: .2 !important;
|
||||
}
|
|
@ -489,7 +489,7 @@ div[data-role='page'] {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
a[data-role='button'], button:not([data-role='none']):not(.clearButton) {
|
||||
a[data-role='button'], .type-interior button:not([data-role='none']):not(.clearButton) {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-webkit-user-select: none;
|
||||
background-clip: padding-box;
|
||||
|
@ -512,24 +512,18 @@ a[data-role='button'], button:not([data-role='none']):not(.clearButton) {
|
|||
box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/;
|
||||
}
|
||||
|
||||
a[data-role='button'][data-iconpos='notext'], button[data-iconpos='notext']:not([data-role='none']):not(.clearButton) {
|
||||
a[data-role='button'][data-iconpos='notext'], .type-interior button[data-iconpos='notext']:not([data-role='none']):not(.clearButton) {
|
||||
padding: 4px;
|
||||
border-radius: 50px;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
a[data-role='button']:not([data-inline='true']), button:not([data-role='none']):not([data-inline='true']):not(.clearButton) {
|
||||
a[data-role='button']:not([data-inline='true']), .type-interior button:not([data-role='none']):not([data-inline='true']):not(.clearButton) {
|
||||
display: block;
|
||||
margin: .5em 0 !important;
|
||||
}
|
||||
|
||||
a[data-role='button']:focus, button:not([data-role='none']):focus {
|
||||
-webkit-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
|
||||
-moz-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
|
||||
box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/;
|
||||
}
|
||||
|
||||
button:not([data-role='none']):not([data-inline='true']):not(.clearButton) {
|
||||
.type-interior button:not([data-role='none']):not([data-inline='true']):not(.clearButton) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue