mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
cache styles moved to component from html
This commit is contained in:
@@ -10,44 +10,6 @@
|
||||
<title>TorrServer</title>
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
.cache {
|
||||
padding-left:6px;
|
||||
padding-right:2px;
|
||||
line-height:11px
|
||||
}
|
||||
.piece {
|
||||
width:12px;
|
||||
height:12px;
|
||||
background-color:#eef2f4;
|
||||
border:1px solid #eef2f4;
|
||||
display:inline-block;
|
||||
margin-right:1px
|
||||
}
|
||||
.piece-complete{
|
||||
background-color:#3fb57a;
|
||||
border-color:#3fb57a;
|
||||
}
|
||||
.piece-loading{
|
||||
background-color:#00d0d0;
|
||||
border-color:#00d0d0;
|
||||
}
|
||||
.reader-range{
|
||||
border-color: #9a9aff !important;
|
||||
}
|
||||
.piece-reader{
|
||||
border-color: #000000 !important;
|
||||
}
|
||||
.piece-progress{
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
background-color:#3fb57a;
|
||||
|
||||
top: -1px;
|
||||
left: -1px;
|
||||
width: 12px;
|
||||
}
|
||||
</style>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user