🆙 Update the wheel of fortune icon

This commit is contained in:
duckietm
2026-06-08 08:42:01 +02:00
parent 50d4920194
commit 4c36b595f5
4 changed files with 63 additions and 5 deletions
+33
View File
@@ -1103,6 +1103,39 @@
cursor: not-allowed !important;
}
.nitro-catalog-classic-window .nitro-catalog-swf-confirm-button {
width: 160px !important;
min-width: 160px !important;
height: 24px !important;
padding: 0 8px !important;
border: 1px solid #000 !important;
border-radius: 4px !important;
border-image: none !important;
border-image-source: none !important;
background:
linear-gradient(180deg, #b6e86b 0%, #7fc828 45%, #4f9a18 100%) !important;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.6),
inset 0 -2px 0 rgba(40, 80, 0, 0.35) !important;
color: #1f3d00 !important;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) !important;
font-weight: 700 !important;
}
.nitro-catalog-classic-window .nitro-catalog-swf-confirm-button:hover {
background:
linear-gradient(180deg, #c6f580 0%, #8fd836 45%, #57a81c 100%) !important;
filter: brightness(1.04);
}
.nitro-catalog-classic-window .nitro-catalog-swf-confirm-button:active {
background:
linear-gradient(180deg, #4f9a18 0%, #3d7a0a 100%) !important;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.25),
inset 0 2px 0 rgba(40, 80, 0, 0.45) !important;
}
.nitro-catalog-classic-window .nitro-catalog-swf-gift-button {
width: 160px !important;
min-width: 160px !important;