add toolbar & profiler SVG style classes

This commit is contained in:
Toni Uebernickel 2016-10-05 15:52:00 +02:00 committed by Fabien Potencier
parent 122fae8757
commit 155a1fc785
2 changed files with 13 additions and 5 deletions

View File

@ -482,7 +482,8 @@ tr.status-warning td {
margin-top: -4px;
vertical-align: middle;
}
#header h1 svg path {
#header h1 svg path,
#header h1 svg .sf-svg-path {
fill: #FFF;
}
#header .search {
@ -669,7 +670,8 @@ tr.status-warning td {
height: 24px;
max-width: 24px;
}
#menu-profiler li a .label .icon svg path {
#menu-profiler li a .label .icon svg path,
#menu-profiler li a .label .icon svg .sf-svg-path {
fill: #DDD;
}
#menu-profiler li a .label strong {
@ -696,7 +698,9 @@ tr.status-warning td {
color: #FFF;
}
#menu-profiler li.selected a .icon svg path,
#menu-profiler li a:hover .icon svg path {
#menu-profiler li.selected a .icon svg .sf-svg-path,
#menu-profiler li a:hover .icon svg path,
#menu-profiler li a:hover .icon svg .sf-svg-path {
fill: #FFF;
}

View File

@ -259,11 +259,15 @@
color: #FFF;
}
.sf-toolbar-status-green svg path,
.sf-toolbar-status-green svg .sf-svg-path,
.sf-toolbar-status-red svg path,
.sf-toolbar-status-yellow svg path {
.sf-toolbar-status-red svg .sf-svg-path,
.sf-toolbar-status-yellow svg path,
.sf-toolbar-status-yellow svg .sf-svg-path {
fill: #FFF;
}
.sf-toolbar-block-config svg path {
.sf-toolbar-block-config svg path,
.sf-toolbar-block-config svg .sf-svg-path {
fill: #FFF;
}