|
85 | 85 | align-items: center;
|
86 | 86 | }
|
87 | 87 | .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%); |
89 | 89 | border: solid 1px #262626;
|
90 | 90 | 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%);
|
91 | 91 | border-radius: 3px;
|
|
114 | 114 | 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%);
|
115 | 115 | }
|
116 | 116 | .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%); |
118 | 118 | }
|
119 | 119 | .dlp-button-red:disabled{
|
120 | 120 | cursor: not-allowed;
|
|
129 | 129 | 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%);
|
130 | 130 | }
|
131 | 131 | .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%); |
133 | 133 | }
|
134 | 134 | .dlp-button-green:disabled{
|
135 | 135 | cursor: not-allowed;
|
|
139 | 139 | color: #f1f1f1;
|
140 | 140 | }
|
141 | 141 | .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%); |
143 | 143 | border: 1px solid #00387a;
|
144 | 144 | 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%);
|
145 | 145 | }
|
146 | 146 | .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%); |
148 | 148 | }
|
149 | 149 | .dlp-button-blue:disabled{
|
150 | 150 | cursor: not-allowed;
|
|
154 | 154 | color: #dfdfdf;
|
155 | 155 | }
|
156 | 156 | .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%); |
158 | 158 | 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%); |
160 | 160 | color: #00046c;
|
161 | 161 | }
|
162 | 162 | .dlp-button-yellow:hover{
|
|
240 | 240 | display: flex;
|
241 | 241 | align-items: center;
|
242 | 242 | border-radius: 5px 5px 0 0;
|
243 |
| - background: #303030; |
244 | 243 | 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%); |
246 | 246 | }
|
247 | 247 |
|
248 | 248 | .dlp-dot-menu{position: relative;}
|
|
252 | 252 | border-radius: 3px;
|
253 | 253 | color: #ffffff;
|
254 | 254 | 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%); |
255 | 257 | }
|
256 | 258 | .dlp-dot-menu-select>div:first-child{
|
257 | 259 | width: 100%;
|
|
347 | 349 | }
|
348 | 350 | .dot-selected{width: 100%!important;height: 100%!important;}
|
349 | 351 | .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;} |
351 | 355 | .dot-select{
|
352 | 356 | position: absolute;
|
353 | 357 | top:3px;
|
|
371 | 375 | flex-grow:1;
|
372 | 376 | text-align: center;
|
373 | 377 | margin:0 3px 0;
|
374 |
| - background: #3a3a3a; |
| 378 | + background: radial-gradient(#404040,#3a3a3a); |
| 379 | + box-shadow: inset 0 0 9px 0 #2e2e2e; |
375 | 380 | }
|
376 | 381 | .dot-cascade-stack>.dlp-label{
|
377 | 382 | display: flex;
|
|
0 commit comments