Bug beim Laden entfernt + Info Button links im Menü platziert

This commit is contained in:
2026-06-09 19:53:18 +02:00
parent 4c34e04598
commit 37d24b0e2e
4 changed files with 42 additions and 8 deletions
+23 -5
View File
@@ -177,6 +177,8 @@ select{
padding:10px 16px;
border:none;
border-radius:14px;
font-size:14px;
font-weight:500;
background:
linear-gradient(
135deg,
@@ -185,9 +187,7 @@ select{
rgba(6, 45, 135, 0.92) 100%
),
rgba(6, 45, 135, 0.92);
font-size:14px;
font-weight:500;
color:#ffffff;
color: white;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.278);
cursor:pointer;
transition:0.2s;
@@ -195,6 +195,24 @@ select{
margin-bottom: 10px;
}
#disable.active-state {
background:
linear-gradient(
135deg,
rgba(18, 77, 216, 0.92) 10%,
rgba(13, 61, 175, 0.92) 60%,
rgba(6, 45, 135, 0.92) 100%
),
rgba(6, 45, 135, 0.92);
color: white;
}
#disable.inactive-state {
background: rgba(255,255,255,0.92);
color: #0f172a;
}
select:hover{
transform:translateY(-1px);
box-shadow: 0 6px 18px rgba(0,0,0,0.12);
@@ -389,11 +407,11 @@ position: absolute;
}
#openInfoPanel {
margin-top: 12px;
border: none;
border-radius: 14px;
width: auto;
height: 48px;
padding: 0 20px;
padding: 10px 16px;
font-size: 17px;
font-weight: 500;
cursor: pointer;