minor bugfix for close button mainly

This commit is contained in:
CPTN Cosmo 2026-01-23 20:15:19 +01:00
parent 42ef160cf2
commit 9cacbbbad4
No known key found for this signature in database
4 changed files with 7 additions and 15 deletions

View file

@ -77,7 +77,7 @@
font-size: 1.1em;
}
.dh-importer-app button {
.dh-importer-app .window-content button {
background: linear-gradient(180deg, #5b1c1c 0%, #3a0e0e 100%);
border: 1px solid #7a6a4a;
color: #ffd700;
@ -90,14 +90,14 @@
transition: all 0.2s;
}
.dh-importer-app button:hover {
.dh-importer-app .window-content button:hover {
background: linear-gradient(180deg, #7a2828 0%, #561414 100%);
box-shadow: 0 0 8px #cbb484;
text-shadow: 0 0 5px #ffd700;
border-color: #ffd700;
}
.dh-importer-app button i {
.dh-importer-app .window-content button i {
margin-right: 5px;
}