File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 124
124
}
125
125
126
126
.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-status {
127
- border-radius: 0;
128
127
padding: 2px 5px;
129
128
margin-bottom: 0px;
130
129
}
182
181
183
182
.sf-toolbar-block .sf-toolbar-status {
184
183
display: inline-block;
185
- color: #fff ;
184
+ color: #FFF ;
186
185
background-color: #666;
187
186
padding: 3px 6px;
188
- border-radius: 3px;
189
187
margin-bottom: 2px;
190
188
vertical-align: middle;
191
189
min-width: 6px;
207
205
color: #FFF;
208
206
}
209
207
.sf-toolbar-block.sf-toolbar-status-red {
210
- background-color: rgba(200, 0, 0 , 0.8);
208
+ background-color: rgba(200, 43, 43 , 0.8);
211
209
color: #FFF;
212
210
}
213
211
.sf-toolbar-block.sf-toolbar-status-red svg > g > path {
219
217
}
220
218
221
219
.sf-toolbar-block-request .sf-toolbar-status {
222
- border-radius: 0 !important;
223
220
color: #FFF;
224
221
font-size: 14px;
225
222
margin-right: 4px;
232
229
.sf-toolbar-status-red .sf-toolbar-label {
233
230
color: #FFF;
234
231
}
235
- .sf-toolbar-status-green svg * ,
236
- .sf-toolbar-status-red svg * ,
237
- .sf-toolbar-status-yellow svg * {
232
+ .sf-toolbar-status-green svg > g > path ,
233
+ .sf-toolbar-status-red svg > g > path ,
234
+ .sf-toolbar-status-yellow svg > g > path {
238
235
fill: #FFF;
239
236
}
240
237
You can’t perform that action at this time.
0 commit comments