Skip to content

Commit ca9f446

Browse files
Jelle Kapiteinfabpot
authored andcommitted
[WebProfilerBundle] Added a top left border radius to the minified to…
1 parent fe6e9e4 commit ca9f446

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.sf-minitoolbar {
22
background-color: #222;
3+
border-top-left-radius: 4px;
34
bottom: 0;
45
display: none;
56
height: 30px;
@@ -8,6 +9,7 @@
89
right: 0;
910
z-index: 99999;
1011
}
12+
1113
.sf-minitoolbar a {
1214
display: block;
1315
}
@@ -357,6 +359,8 @@
357359
/* Override the setting when the toolbar is on the top */
358360
{% if position == 'top' %}
359361
.sf-minitoolbar {
362+
border-bottom-left-radius: 4px;
363+
border-top-left-radius: 0;
360364
bottom: auto;
361365
right: 0;
362366
top: 0;

0 commit comments

Comments
 (0)