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