Skip to content

Commit 4ae539b

Browse files
author
hikki
committed
8
1 parent d23679a commit 4ae539b

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

resources/assets/component.css

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
align-items: center;
8686
}
8787
.dlp-button,.dlp-button-red,.dlp-button-green,.dlp-button-blue,.dlp-button-yellow{
88-
background: linear-gradient(180deg,#303030 0,#939393 49%,#000 59%,#3e3e3e 100%);
88+
background: linear-gradient(180deg,#303030 0,#585858 49%,#000 59%,#3e3e3e 100%);
8989
border: solid 1px #262626;
9090
box-shadow: inset 0 3px 9px #232323, inset 0 3px 12px #323232, inset 0 15px 9px #4a4a4a, inset 0 3px 3px 0 #8b8b8b, 0 1px 3px rgb(16 16 16 / 66%);
9191
border-radius: 3px;
@@ -114,7 +114,7 @@
114114
box-shadow: inset 0 3px 9px #914242, inset 0 3px 12px #7e2020, inset 0 15px 9px #7c1212, inset 0 3px 3px 0 #5a0404, 0 1px 3px rgb(16 16 16 / 66%);
115115
}
116116
.dlp-button-red:hover{
117-
background: linear-gradient(180deg,#bf1010 0,#e00000 49%,#a10000 80%,#760000 100%);
117+
background: linear-gradient(180deg,#b70a0a 0,#b91d1d 49%,#870d0d 80%,#9f0000 100%);
118118
}
119119
.dlp-button-red:disabled{
120120
cursor: not-allowed;
@@ -129,7 +129,7 @@
129129
box-shadow: inset 0 3px 9px #148b1f, inset 0 3px 12px #23a92f, inset 0 15px 9px #328f3b, inset 0 3px 3px 0 #18e32b, 0 1px 3px rgb(16 16 16 / 66%);
130130
}
131131
.dlp-button-green:hover{
132-
background: linear-gradient(180deg,#f95e5e 0,#cb3636 49%,#dd3434 59%,#d95454 100%);
132+
background: linear-gradient(180deg,#20942b 0,#2ec33c 49%,#0a9517 59%,#017e0d 100%);
133133
}
134134
.dlp-button-green:disabled{
135135
cursor: not-allowed;
@@ -139,12 +139,12 @@
139139
color: #f1f1f1;
140140
}
141141
.dlp-button-blue{
142-
background: linear-gradient(180deg,#0026e1 0,#0c0a9b 49%,#0004a3 59%,#06004e 100%);
142+
background: linear-gradient(180deg,#2125bd 0,#5054df 39%,#1c23e9 59%,#0a0c89 100%);
143143
border: 1px solid #00387a;
144144
box-shadow: inset 0 3px 9px #001c83, inset 0 3px 12px #0362d7, inset 0 15px 9px #5276f7, inset 0 3px 3px 0 #616dff, 0 1px 3px rgb(83 141 249 / 66%);
145145
}
146146
.dlp-button-blue:hover{
147-
background: linear-gradient(180deg,#2125bd 0,#1e23b5 49%,#494ed5 59%,#0a0c89 100%);
147+
background: linear-gradient(180deg,#091f98 0,#2e32b7 49%,#3133bb 100%);
148148
}
149149
.dlp-button-blue:disabled{
150150
cursor: not-allowed;
@@ -154,9 +154,9 @@
154154
color: #dfdfdf;
155155
}
156156
.dlp-button-yellow{
157-
background: linear-gradient(180deg,#fff74c 0,#faff00 39%,#c2d003 60%,#f3ff6b 100%);
157+
background: linear-gradient(180deg,#fff980 0,#faff00 39%,#c2d003 60%,#d2e125 100%);
158158
border: 1px solid #d3e100;
159-
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%);
159+
box-shadow: inset 0 3px 9px #b9c515, inset 0 3px 12px #e3f30f, inset 0 15px 9px #efff00, inset 0 3px 3px 0 #ceed34, 0 1px 3px rgb(192 255 37 / 66%);
160160
color: #00046c;
161161
}
162162
.dlp-button-yellow:hover{
@@ -240,9 +240,9 @@
240240
display: flex;
241241
align-items: center;
242242
border-radius: 5px 5px 0 0;
243-
background: #303030;
244243
border-top: 1px solid rgba(34,36,38,.15);
245-
border-bottom: 1px solid rgba(255,255,255,.1);
244+
background: linear-gradient(177deg,#303030 0,#2a2a2a 49%,#000 59%,#3e3e3e 100%);
245+
box-shadow: inset 0 3px 9px #232323, inset 0 3px 12px #323232, inset 0 15px 9px #4a4a4a, inset 0 3px 3px 0 #8b8b8b, 0 1px 3px rgb(16 16 16 / 66%);
246246
}
247247

248248
.dlp-dot-menu{position: relative;}
@@ -252,6 +252,8 @@
252252
border-radius: 3px;
253253
color: #ffffff;
254254
border: 1px solid #1e1e1e;
255+
background: linear-gradient(177deg,#303030 0,#939393 49%,#000 59%,#3e3e3e 100%);
256+
box-shadow: inset 0 3px 9px #232323, inset 0 3px 12px #323232, inset 0 15px 9px #4a4a4a, inset 0 3px 3px 0 #8b8b8b, 0 1px 3px rgb(16 16 16 / 66%);
255257
}
256258
.dlp-dot-menu-select>div:first-child{
257259
width: 100%;
@@ -347,7 +349,9 @@
347349
}
348350
.dot-selected{width: 100%!important;height: 100%!important;}
349351
.dot-selected>.dlp-label{background: white}
350-
.dot-body{padding:3px 0 3px 0;background: rgb(64 64 64);border-radius: 0 0 5px 5px;position: relative;}
352+
.dot-body{padding:3px 0 3px 0;border-radius: 0 0 5px 5px;position: relative;
353+
background: radial-gradient(#3a3a3a,rgb(64 64 64));
354+
box-shadow: inset 0 0 12px 0 #181818;}
351355
.dot-select{
352356
position: absolute;
353357
top:3px;
@@ -371,7 +375,8 @@
371375
flex-grow:1;
372376
text-align: center;
373377
margin:0 3px 0;
374-
background: #3a3a3a;
378+
background: radial-gradient(#404040,#3a3a3a);
379+
box-shadow: inset 0 0 9px 0 #2e2e2e;
375380
}
376381
.dot-cascade-stack>.dlp-label{
377382
display: flex;

0 commit comments

Comments
 (0)