auto-git:
[change] settings.html
This commit is contained in:
@@ -121,7 +121,6 @@
|
||||
.ok-btn {
|
||||
background: var(--bg-main);
|
||||
color: var(--accent);
|
||||
width: 80px;
|
||||
}
|
||||
.ok-btn:hover {
|
||||
background: var(--bg-sidebar); /* dunkleres rosa/blau für hover, anpassen falls du magst */
|
||||
@@ -321,13 +320,11 @@
|
||||
<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>
|
||||
Cancel
|
||||
</button>
|
||||
<button id="okBtn" class="action-btn ok-btn">
|
||||
<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>
|
||||
OK
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user