|
84 | 84 | font: inherit;
|
85 | 85 | align-items: center;
|
86 | 86 | }
|
87 |
| -.dlp-button,.dlp-button:disabled,.dlp-button:hover{ |
| 87 | +.dlp-button,.dlp-button-red,.dlp-button-green,.dlp-button-blue,.dlp-button-yellow{ |
88 | 88 | background: linear-gradient(180deg,#303030 0,#939393 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%);
|
|
99 | 99 | color: #fff;
|
100 | 100 | }
|
101 | 101 | .dlp-button:hover{
|
102 |
| - background: linear-gradient(180deg,#222222 0,#ededed 49%,#242424 59%,#3e3e3e 100%); |
| 102 | + background: linear-gradient(180deg,#222222 0,#444 49%,#242424 59%,#3e3e3e 100%); |
103 | 103 | }
|
104 | 104 | .dlp-button:disabled{
|
105 | 105 | cursor: not-allowed;
|
106 | 106 | background: #545454;
|
107 | 107 | border: solid 1px #262626;
|
108 |
| - box-shadow: inset 0 1px 6px #282828; |
| 108 | + box-shadow: inset 0 2px 5px #141414, inset -2px 0 3px #444444, 0 0 3px #141414; |
109 | 109 | color: #ccc;
|
110 | 110 | }
|
| 111 | +.dlp-button-red{ |
| 112 | + background: linear-gradient(180deg,#bf1010 0,#cb3636 49%,#500000 59%,#ff6f6f 100%); |
| 113 | + border: 1px solid #262626; |
| 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 | +} |
| 116 | +.dlp-button-red:hover{ |
| 117 | + background: linear-gradient(180deg,#cb0404 0,#b30000 49%,#500000 100%); |
| 118 | +} |
| 119 | +.dlp-button-red:disabled{ |
| 120 | + cursor: not-allowed; |
| 121 | + background: #b32a2a; |
| 122 | + border: solid 1px #262626; |
| 123 | + box-shadow: inset 0 2px 5px #3e0303, inset 0 0 3px #320202, 0 0 3px #a70000; |
| 124 | + color: #ccc; |
| 125 | +} |
| 126 | +.dlp-button-green{ |
| 127 | + background: linear-gradient(180deg,#61d76d 0,#005c10 59%,#00ff18 100%); |
| 128 | + border: 1px solid #00740b; |
| 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 | +} |
| 131 | +.dlp-button-green:hover{ |
| 132 | + background: linear-gradient(180deg,#f95e5e 0,#cb3636 49%,#dd3434 59%,#d95454 100%); |
| 133 | +} |
| 134 | +.dlp-button-green:disabled{ |
| 135 | + cursor: not-allowed; |
| 136 | + background: #00c57c; |
| 137 | + border: solid 1px #006641; |
| 138 | + box-shadow: inset 0 2px 5px #006a39, inset 0 0 3px #006235, 0 0 3px #00fdc2; |
| 139 | + color: #f1f1f1; |
| 140 | +} |
| 141 | +.dlp-button-blue{ |
| 142 | + background: linear-gradient(180deg,#0026e1 0,#0c0a9b 49%,#0004a3 59%,#06004e 100%); |
| 143 | + border: 1px solid #00387a; |
| 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 | +} |
| 146 | +.dlp-button-blue:hover{ |
| 147 | + background: linear-gradient(180deg,#2125bd 0,#1e23b5 49%,#494ed5 59%,#0a0c89 100%); |
| 148 | +} |
| 149 | +.dlp-button-blue:disabled{ |
| 150 | + cursor: not-allowed; |
| 151 | + background: #1b7adb; |
| 152 | + border: solid 1px #006641; |
| 153 | + box-shadow: inset 0 2px 5px #00036a, inset 0 0 3px #0300b5, 0 0 3px #636fff; |
| 154 | + color: #dfdfdf; |
| 155 | +} |
| 156 | +.dlp-button-yellow{ |
| 157 | + background: linear-gradient(180deg,#fcff52 0,#faff00 39%,#c8d518 60%,#b6c31d 100%); |
| 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%); |
| 160 | + color: #00046c; |
| 161 | +} |
| 162 | +.dlp-button-yellow:hover{ |
| 163 | + background: linear-gradient(180deg,#eaff40 0,#d0db22 49%,#c2cf13 59%,#ebff04 100%); |
| 164 | +} |
| 165 | +.dlp-button-yellow:disabled{ |
| 166 | + cursor: not-allowed; |
| 167 | + background: #efff01; |
| 168 | + box-shadow: inset 0 2px 5px #cbd70f, inset 0 0 3px #d6ef0a, 0 0 3px #fff938; |
| 169 | + color: #b1b4fb; |
| 170 | + border: 1px solid #d3e100; |
| 171 | +} |
111 | 172 | .dlp-alert{
|
112 | 173 | z-index: 1000000;
|
113 | 174 | background-color: rgba(0, 0, 0, 0.6);
|
|
0 commit comments