1
0

Refactor button styles and classes in settings.html

This commit is contained in:
2025-05-25 01:01:48 +02:00
parent 99118b4eef
commit 70ac7638c7

View File

@@ -118,19 +118,12 @@
box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
.action-btn .icon-left { margin-right: 0.2em; }
.ok-btn {
button{
background: var(--bg-sidebar);
color: var(--accent);
}
.ok-btn:hover {
background: var(--bg-border);
}
.cancel-btn {
background: var(--bg-sidebar);
color: var(--accent);
width: 80px;
}
.cancel-btn:hover {
button:hover{
background: var(--bg-border);
}
@@ -308,12 +301,12 @@
<!-- Weitere Optionen in Zukunft hier hinzufügen -->
</div>
<div class="buttons">
<button id="cancelBtn" class="action-btn cancel-btn">
<button id="cancelBtn" class="text-sm font-medium">
<svg width="18" height="18" viewBox="0 0 20 20" fill="none" class="icon-left">
<path d="M6 6l8 8M6 14L14 6" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</button>
<button id="okBtn" class="action-btn ok-btn">
<button id="okBtn" class="text-sm font-medium">
<svg width="18" height="18" viewBox="0 0 20 20" fill="none" class="icon-left">
<path d="M5 11l4 4L15 7" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>