Minor CSS fixes

This commit is contained in:
Javier Eguiluz 2015-07-09 10:58:45 +02:00
parent c0bee9b7e7
commit 2bccdd4a62

View File

@ -124,7 +124,6 @@
}
.sf-toolbar-block .sf-toolbar-info-piece .sf-toolbar-status {
border-radius: 0;
padding: 2px 5px;
margin-bottom: 0px;
}
@ -182,10 +181,9 @@
.sf-toolbar-block .sf-toolbar-status {
display: inline-block;
color: #fff;
color: #FFF;
background-color: #666;
padding: 3px 6px;
border-radius: 3px;
margin-bottom: 2px;
vertical-align: middle;
min-width: 6px;
@ -207,7 +205,7 @@
color: #FFF;
}
.sf-toolbar-block.sf-toolbar-status-red {
background-color: rgba(200, 0, 0, 0.8);
background-color: rgba(200, 43, 43, 0.8);
color: #FFF;
}
.sf-toolbar-block.sf-toolbar-status-red svg > g > path {
@ -219,7 +217,6 @@
}
.sf-toolbar-block-request .sf-toolbar-status {
border-radius: 0 !important;
color: #FFF;
font-size: 14px;
margin-right: 4px;
@ -232,9 +229,9 @@
.sf-toolbar-status-red .sf-toolbar-label {
color: #FFF;
}
.sf-toolbar-status-green svg *,
.sf-toolbar-status-red svg *,
.sf-toolbar-status-yellow svg * {
.sf-toolbar-status-green svg > g > path,
.sf-toolbar-status-red svg > g > path,
.sf-toolbar-status-yellow svg > g > path {
fill: #FFF;
}