tweak emojis

This commit is contained in:
Adrien MALINGREY 2025-03-31 14:16:23 +02:00
parent 57c112611a
commit 7db3b09bea
2 changed files with 10 additions and 10 deletions

View File

@ -116,7 +116,7 @@ echo ("-->");*/
<label id="colorSliderLabel" for="colorSlider" class="no-print">Changer les couleurs</label>
<input id="colorSlider" type="range" min="0" max="2000000" step="0.000000001" value="1353651.53435435"
oninput="document.documentElement.style.setProperty('--k', this.value);" class="no-print"/>
<a href="<?=str_replace(__DIR__."/", "", $path) ?>" class="link no-print">Télécharger la configuration</a>
<a href="<?=str_replace(__DIR__."/", "", $path) ?>" target="_blank" class="link no-print">Télécharger la configuration</a>
<a href="index.php" class="link no-print"> Retour à la liste</a>
</footer>
</div>

View File

@ -63,7 +63,7 @@ h2 {
}
.file-list a::before {
content: "📄 "
content: "📄 ";
}
.file-list a {
@ -142,7 +142,7 @@ td {
min-width: 2em;
height: 2em;
mix-blend-mode: darken;
padding: 2px;
/*! padding: 0; */
print-color-adjust: exact;
cursor: help;
transition: 0.2s background-color;
@ -194,17 +194,17 @@ td {
.poe::before {
content: "⚡";
font-size: 0.7em;
font-size: 0.65em;
position: absolute;
top: 0;
left: 0;
top: -0.2em;
right: -0.25em;
}
.voice_vlan::after {
content: "📞";
font-size: 0.7em;
font-size: 0.65em;
position: absolute;
bottom: 0;
bottom: -0.15em;
left: 0;
}