mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix declaration-block-no-duplicate-properties (CSS)
This commit is contained in:
parent
51d9176d8b
commit
361d6372b0
6 changed files with 0 additions and 10 deletions
|
@ -344,7 +344,6 @@ button {
|
||||||
.textActionButton {
|
.textActionButton {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 0 !important;
|
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
.tmla-mask {
|
.tmla-mask {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
background-color: #000;
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
z-index: 1098;
|
z-index: 1098;
|
||||||
-webkit-transition: opacity ease-in-out .38s, visibility ease-in-out .38s;
|
-webkit-transition: opacity ease-in-out .38s, visibility ease-in-out .38s;
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
left: 1.5em;
|
left: 1.5em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5em;
|
top: 5em;
|
||||||
color: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.playerStats-tv {
|
.playerStats-tv {
|
||||||
|
|
|
@ -18,11 +18,9 @@
|
||||||
padding: 0.9em 1em;
|
padding: 0.9em 1em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border: 0;
|
border: 0;
|
||||||
vertical-align: middle;
|
|
||||||
border-radius: 0.2em;
|
border-radius: 0.2em;
|
||||||
/* These are getting an outline in opera tv browsers, which run chrome 30 */
|
/* These are getting an outline in opera tv browsers, which run chrome 30 */
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
position: relative;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
/* Disable webkit tap highlighting */
|
/* Disable webkit tap highlighting */
|
||||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||||
|
@ -112,10 +110,8 @@
|
||||||
padding: .556em;
|
padding: .556em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border: 0;
|
border: 0;
|
||||||
vertical-align: middle;
|
|
||||||
/* These are getting an outline in opera tv browsers, which run chrome 30 */
|
/* These are getting an outline in opera tv browsers, which run chrome 30 */
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
/* Disable webkit tap highlighting */
|
/* Disable webkit tap highlighting */
|
||||||
|
@ -169,7 +165,6 @@
|
||||||
.filterButtonBubble {
|
.filterButtonBubble {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: #444;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 1.6em;
|
width: 1.6em;
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
left: 0;
|
left: 0;
|
||||||
display: inline-block;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 1.83em;
|
width: 1.83em;
|
||||||
height: 1.83em;
|
height: 1.83em;
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
text-transform: none;
|
|
||||||
border-width: 0 0 .1em 0;
|
border-width: 0 0 .1em 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
padding-left: .1em;
|
padding-left: .1em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue