mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-02 04:16:59 +01:00
Improved: Popup
This commit is contained in:
parent
f64b419d2b
commit
b7a43a812e
@ -44,11 +44,20 @@ header {
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 0px 15px;
|
||||
}
|
||||
|
||||
footer {
|
||||
overflow: hidden;
|
||||
padding: 8px 15px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#testing-utility {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -462,11 +471,11 @@ input:checked + .slider:hover {
|
||||
}
|
||||
|
||||
input:checked + .slider {
|
||||
background-color: #6bb798;
|
||||
background-color: #6bb798;
|
||||
}
|
||||
|
||||
.slider {
|
||||
background-color: #b54b4b;
|
||||
background-color: #b54b4b;
|
||||
}
|
||||
|
||||
.slider:before {
|
||||
|
@ -52,13 +52,15 @@
|
||||
</div>
|
||||
</section>
|
||||
<footer>
|
||||
<a id="testing-utility-link" class="link-text">localcdn.org/test</a>
|
||||
<div id="options-button" class="button" data-i18n-title="optionsTitle">
|
||||
<div id="options-button-svg" class="button-svg"></div>
|
||||
<div id="testing-utility">
|
||||
<a id="testing-utility-link" class="link-text">localcdn.org/test</a>
|
||||
</div>
|
||||
<div id="statistics-button" class="button" data-i18n-title="optionsTitle">
|
||||
<div id="statistics-button-svg" class="button-svg"></div>
|
||||
</div>
|
||||
<div id="options-button" class="button" data-i18n-title="optionsTitle">
|
||||
<div id="options-button-svg" class="button-svg"></div>
|
||||
</div>
|
||||
</footer>
|
||||
<div id="popup-incomplete-translation"></div>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user