mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 20:57:48 +01:00
add new loop gui :3
This commit is contained in:
parent
50d3f3ffc0
commit
75a08f6754
1 changed files with 20 additions and 0 deletions
|
@ -281,6 +281,25 @@ a[data-onclick="jump_to_time"] {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #777;
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#loopedIndicator {
|
||||||
|
display: none;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 10px;
|
||||||
|
left: 10px;
|
||||||
|
background-color: #fff;
|
||||||
|
color: #000;
|
||||||
|
padding: 14px;
|
||||||
|
border-radius: 14px;
|
||||||
|
opacity: 0.8;
|
||||||
|
z-index: 999;
|
||||||
|
width: 13em;
|
||||||
|
text-align: center;
|
||||||
|
font-family: var(--text-font-primary);
|
||||||
|
font-weight: 600;
|
||||||
|
font-stretch: ultra-expanded;
|
||||||
|
}
|
||||||
|
|
||||||
.comment-form :-moz-placeholder {
|
.comment-form :-moz-placeholder {
|
||||||
/* Firefox 18- */
|
/* Firefox 18- */
|
||||||
|
@ -684,6 +703,7 @@ background-color: #0000;
|
||||||
</ptd-app-iconfixer>
|
</ptd-app-iconfixer>
|
||||||
<ptd-app-ejs>
|
<ptd-app-ejs>
|
||||||
<div class="app" id="secret-theme" style="color:var(--text-color)">
|
<div class="app" id="secret-theme" style="color:var(--text-color)">
|
||||||
|
<div id="loopedIndicator"></div>
|
||||||
<div class="progress-container">
|
<div class="progress-container">
|
||||||
<div class="progress-bar"></div>
|
<div class="progress-bar"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue