aerhg
This commit is contained in:
parent
eeb3285674
commit
2a53fe8773
@ -206,23 +206,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hud-res-icon {
|
.hud-res-icon {
|
||||||
font-size: 0; /* Emoji-Text verstecken */
|
font-size: 0; /* Emoji unsichtbar */
|
||||||
line-height: 1;
|
color: transparent;
|
||||||
display: flex;
|
display: inline-block;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
|
||||||
|
|
||||||
.hud-res-icon::before {
|
|
||||||
content: "";
|
|
||||||
display: block;
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
background: url("/public/images/items/blauer_cristal.png") center / contain no-repeat;
|
background: url("/public/images/items/blauer_cristal.png") center / contain no-repeat;
|
||||||
filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7));
|
filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7));
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Blauer Kristall / Gems – Bild aus der Datenbank */
|
/* Blauer Kristall / Gems – Bild aus der Datenbank */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user