8000 Minor CSS fixes · symfony/symfony@2bccdd4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bccdd4

Browse files
committed
Minor CSS fixes
1 parent c0bee9b commit 2bccdd4

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@
124124
}
125125

126126
.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-status {
127-
border-radius: 0;
128127
padding: 2px 5px;
129128
margin-bottom: 0px;
130129
}
@@ -182,10 +181,9 @@
182181

183182
.sf-toolbar-block .sf-toolbar-status {
184183
display: inline-block;
185-
color: #fff;
184+
color: #FFF;
186185
background-color: #666;
187186
padding: 3px 6px;
188-
border-radius: 3px;
189187
margin-bottom: 2px;
190188
vertical-align: middle;
191189
min-width: 6px;
@@ -207,7 +205,7 @@
207205
color: #FFF;
208206
}
209207
.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);
211209
color: #FFF;
212210
}
213211
.sf-toolbar-block.sf-toolbar-status-red svg > g > path {
@@ -219,7 +217,6 @@
219217
}
220218

221219
.sf-toolbar-block-request .sf-toolbar-status {
222-
border-radius: 0 !important;
223220
color: #FFF;
224221
font-size: 14px;
225222
margin-right: 4px;
@@ -232,9 +229,9 @@
232229
.sf-toolbar-status-red .sf-toolbar-label {
233230
color: #FFF;
234231
}
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 {
238235
fill: #FFF;
239236
}
240237

0 commit comments

Comments
 (0)
0