|
128 | 128 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#193c77",endColorstr="#126194",GradientType=1); |
129 | 129 | } |
130 | 130 |
|
131 | | -.ggrach__debug-bar__item.type-notice-warning { |
132 | | - order: 2; |
133 | | -} |
134 | | - |
135 | 131 | .type-notice-warning { |
136 | 132 | color: #000; |
137 | 133 | background: rgb(179,195,43); |
|
141 | 137 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3c32b",endColorstr="#d5e01b",GradientType=1); |
142 | 138 | } |
143 | 139 |
|
144 | | -.ggrach__debug-bar__item.type-notice-error { |
145 | | - order: 1; |
146 | | -} |
147 | | - |
148 | | -.type-notice-error { |
149 | | - color: #fff; |
150 | | - background: rgb(170,18,18); |
151 | | - background: -moz-linear-gradient(180deg, rgba(170,18,18,1) 0%, rgba(200,9,9,1) 72%); |
152 | | - background: -webkit-linear-gradient(180deg, rgba(170,18,18,1) 0%, rgba(200,9,9,1) 72%); |
153 | | - background: linear-gradient(180deg, rgba(170,18,18,1) 0%, rgba(200,9,9,1) 72%); |
154 | | - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aa1212",endColorstr="#c80909",GradientType=1); |
155 | | -} |
156 | | - |
157 | | - |
158 | | -.ggrach__debug-bar__item.type-notice-success { |
159 | | - order: 4; |
160 | | -} |
161 | | - |
162 | 140 | .type-notice-success { |
163 | 141 | color: #fff; |
164 | 142 | background: rgb(25,119,44); |
|
168 | 146 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19772c",endColorstr="#129446",GradientType=1); |
169 | 147 | } |
170 | 148 |
|
171 | | - |
172 | | -.ggrach__debug-bar__item.type-notice-get { |
173 | | - order: 10; |
174 | | -} |
175 | | - |
176 | | -.ggrach__debug-bar__item.type-notice-post { |
177 | | - order: 11; |
| 149 | +.type-notice-error { |
| 150 | + color: #fff; |
| 151 | + background: rgb(170,18,18); |
| 152 | + background: -moz-linear-gradient(180deg, rgba(170,18,18,1) 0%, rgba(200,9,9,1) 72%); |
| 153 | + background: -webkit-linear-gradient(180deg, rgba(170,18,18,1) 0%, rgba(200,9,9,1) 72%); |
| 154 | + background: linear-gradient(180deg, rgba(170,18,18,1) 0%, rgba(200,9,9,1) 72%); |
| 155 | + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aa1212",endColorstr="#c80909",GradientType=1); |
178 | 156 | } |
179 | 157 |
|
180 | 158 | .type-notice-get { |
|
195 | 173 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#603434",endColorstr="#835555",GradientType=1); |
196 | 174 | } |
197 | 175 |
|
198 | | -.ggrach__debug-bar__item.type-notice-cookie { |
199 | | - order: 13; |
200 | | -} |
201 | | - |
202 | 176 | .type-notice-cookie { |
203 | 177 | color: #fff; |
204 | 178 | background: rgb(87,97,138); |
|
208 | 182 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57618a",endColorstr="#897bb0",GradientType=1); |
209 | 183 | } |
210 | 184 |
|
211 | | -.ggrach__debug-bar__item.type-notice-bx { |
212 | | - order: 15; |
213 | | -} |
214 | | - |
215 | 185 | .type-notice-bx { |
216 | 186 | color: #fff; |
217 | 187 | background: rgb(136,63,63); |
|
221 | 191 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#883f3f",endColorstr="#a83a3a",GradientType=1); |
222 | 192 | } |
223 | 193 |
|
224 | | -.ggrach__debug-bar__item.type-notice-server { |
225 | | - order: 14; |
226 | | -} |
227 | | - |
228 | 194 | .type-notice-server { |
229 | 195 | color: #fff; |
230 | 196 | background: rgb(0,97,65); |
|
234 | 200 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006141",endColorstr="#00ac73",GradientType=1); |
235 | 201 | } |
236 | 202 |
|
| 203 | +.ggrach__debug-bar__item.type-notice-bx { |
| 204 | + order: 15; |
| 205 | +} |
| 206 | + |
| 207 | +.ggrach__debug-bar__item.type-notice-warning { |
| 208 | + order: 2; |
| 209 | +} |
| 210 | + |
| 211 | +.ggrach__debug-bar__item.type-notice-error { |
| 212 | + order: 1; |
| 213 | +} |
| 214 | + |
| 215 | + |
| 216 | +.ggrach__debug-bar__item.type-notice-success { |
| 217 | + order: 4; |
| 218 | +} |
| 219 | + |
| 220 | + |
| 221 | +.ggrach__debug-bar__item.type-notice-get { |
| 222 | + order: 10; |
| 223 | +} |
| 224 | + |
| 225 | +.ggrach__debug-bar__item.type-notice-post { |
| 226 | + order: 11; |
| 227 | +} |
| 228 | + |
| 229 | +.ggrach__debug-bar__item.type-notice-cookie { |
| 230 | + order: 13; |
| 231 | +} |
| 232 | + |
| 233 | +.ggrach__debug-bar__item.type-notice-server { |
| 234 | + order: 14; |
| 235 | +} |
| 236 | + |
237 | 237 | .ggrach-debug-bar-color-black { |
238 | 238 | color: #fff !important; |
239 | 239 | background: #000; |
|
0 commit comments