highlite active Faction in WEbUI
This commit is contained in:
@@ -8438,4 +8438,23 @@ a.text-dark:hover {
|
||||
|
||||
.navbar-dark.bg-primary {
|
||||
background-color: #111 !important
|
||||
}
|
||||
}
|
||||
|
||||
.glow-active-faction {
|
||||
border: 3px solid #FFD700; /* Goldene Umrandung */
|
||||
box-shadow: 0 0 20px #FFD700; /* Leuchtender Glüheffekt */
|
||||
animation: glow 1.5s infinite alternate;
|
||||
border-radius: 10px; /* Abgerundete Ecken */
|
||||
margin-bottom: 10px; /* Abstand nach unten */
|
||||
}
|
||||
|
||||
@keyframes glow {
|
||||
from {
|
||||
box-shadow: 0 0 10px #FFD700;
|
||||
}
|
||||
to {
|
||||
box-shadow: 0 0 20px #FFD700;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user