Update main.css
This commit is contained in:
+9
-11
@@ -99,28 +99,25 @@ button, input[type=submit] {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
line-height: 1.2;
|
||||||
border-left: 0px solid var(--ztfr-purple);
|
|
||||||
|
|
||||||
transition: background-color 0.2s ease, border-left 0.2s ease, padding-left 0.2s ease, filter 0.2s ease;
|
|
||||||
|
|
||||||
transform: translateZ(0);
|
transform: translateZ(0);
|
||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
|
transition: background-color 0.2s ease, border-left 0.2s ease, padding-left 0.2s ease, filter 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary {
|
.primary {
|
||||||
background: var(--foreground);
|
background: var(--foreground);
|
||||||
color: var(--app-background) !important;
|
color: var(--app-background) !important;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border-top: none;
|
border: none;
|
||||||
border-right: none;
|
padding-left: 20px; /* Festes Padding */
|
||||||
border-bottom: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary:hover {
|
.primary:hover {
|
||||||
filter: brightness(0.9);
|
filter: brightness(0.9);
|
||||||
border-left: 6px solid var(--ztfr-purple) !important;
|
border-left: 0px solid transparent !important;
|
||||||
padding-left: 26px;
|
padding-left: 20px !important;
|
||||||
|
transform: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.secondary {
|
.secondary {
|
||||||
@@ -128,15 +125,16 @@ button, input[type=submit] {
|
|||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
border: 1px solid var(--foreground);
|
border: 1px solid var(--foreground);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
border-left: 1px solid var(--foreground); /* Startet mit normalem Rahmen */
|
||||||
}
|
}
|
||||||
|
|
||||||
.secondary:hover {
|
.secondary:hover {
|
||||||
background: rgba(255,255,255,0.05);
|
background: rgba(255,255,255,0.05);
|
||||||
border-left: 6px solid var(--ztfr-purple) !important;
|
border-left: 6px solid var(--ztfr-purple) !important;
|
||||||
padding-left: 26px;
|
padding-left: 26px;
|
||||||
|
transform: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fix für Button-Container (entfernt versteckte Gaps und stabilisiert Layout) */
|
|
||||||
.actions,
|
.actions,
|
||||||
.ClientView .actions,
|
.ClientView .actions,
|
||||||
.ClientListView .actions,
|
.ClientListView .actions,
|
||||||
|
|||||||
Reference in New Issue
Block a user