Skip to content

Commit 4fd2b69

Browse files
committed
8.0
1 parent 27c6857 commit 4fd2b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/assets/component.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,13 @@
154154
color: #dfdfdf;
155155
}
156156
.dlp-button-yellow{
157-
background: linear-gradient(180deg,#fcff52 0,#faff00 39%,#c8d518 60%,#b6c31d 100%);
157+
background: linear-gradient(180deg,#fff74c 0,#faff00 39%,#c2d003 60%,#f3ff6b 100%);
158158
border: 1px solid #d3e100;
159159
box-shadow: inset 0 3px 9px #d6e31d, inset 0 3px 12px #deed19, inset 0 15px 9px #efff00, inset 0 3px 3px 0 #c3e906, 0 1px 3px rgb(192 255 37 / 66%);
160160
color: #00046c;
161161
}
162162
.dlp-button-yellow:hover{
163-
background: linear-gradient(180deg,#eaff40 0,#d0db22 49%,#c2cf13 59%,#ebff04 100%);
163+
background: linear-gradient(180deg,#fff74c 0,#e1ed25 49%,#edff00 100%);
164164
}
165165
.dlp-button-yellow:disabled{
166166
cursor: not-allowed;

0 commit comments

Comments
 (0)