Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit d0577c1

Browse files
committed
Fix css
1 parent 90b5637 commit d0577c1

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

ggrachdev.debugbar/install/css/general.css

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@
128128
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#193c77",endColorstr="#126194",GradientType=1);
129129
}
130130

131-
.ggrach__debug-bar__item.type-notice-warning {
132-
order: 2;
133-
}
134-
135131
.type-notice-warning {
136132
color: #000;
137133
background: rgb(179,195,43);
@@ -141,24 +137,6 @@
141137
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3c32b",endColorstr="#d5e01b",GradientType=1);
142138
}
143139

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-
162140
.type-notice-success {
163141
color: #fff;
164142
background: rgb(25,119,44);
@@ -168,13 +146,13 @@
168146
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19772c",endColorstr="#129446",GradientType=1);
169147
}
170148

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);
178156
}
179157

180158
.type-notice-get {
@@ -195,10 +173,6 @@
195173
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#603434",endColorstr="#835555",GradientType=1);
196174
}
197175

198-
.ggrach__debug-bar__item.type-notice-cookie {
199-
order: 13;
200-
}
201-
202176
.type-notice-cookie {
203177
color: #fff;
204178
background: rgb(87,97,138);
@@ -208,10 +182,6 @@
208182
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57618a",endColorstr="#897bb0",GradientType=1);
209183
}
210184

211-
.ggrach__debug-bar__item.type-notice-bx {
212-
order: 15;
213-
}
214-
215185
.type-notice-bx {
216186
color: #fff;
217187
background: rgb(136,63,63);
@@ -221,10 +191,6 @@
221191
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#883f3f",endColorstr="#a83a3a",GradientType=1);
222192
}
223193

224-
.ggrach__debug-bar__item.type-notice-server {
225-
order: 14;
226-
}
227-
228194
.type-notice-server {
229195
color: #fff;
230196
background: rgb(0,97,65);
@@ -234,6 +200,40 @@
234200
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006141",endColorstr="#00ac73",GradientType=1);
235201
}
236202

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+
237237
.ggrach-debug-bar-color-black {
238238
color: #fff !important;
239239
background: #000;

0 commit comments

Comments
 (0)