make status-field style more generic

This commit is contained in:
Felix Niklas 2015-10-07 09:49:03 +02:00
parent 112e64de9f
commit d5da0dab51

View file

@ -603,11 +603,9 @@ span[data-tooltip]:hover:before {
} }
.status-field { .status-field {
background: hsl(210,7%,95%); color: hsl(0,0%,60%);
color: hsl(0,0%,66%);
padding: 8px 10px 6px; padding: 8px 10px 6px;
border: 1px solid hsl(0,0%,91%); border: 1px solid hsl(0,0%,90%);
box-shadow: 0 1px rgba(0,0,0,.02) inset;
&:not(:last-child):not(:only-child) { &:not(:last-child):not(:only-child) {
border-right: none; border-right: none;