UX: Dim the composer buttons like they used to be

This commit is contained in:
Robin Ward 2015-11-06 19:10:22 -05:00
parent 52579179bd
commit ca50252f77
1 changed files with 4 additions and 0 deletions

View File

@ -430,6 +430,10 @@
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
background-color: $secondary;
z-index: 100;
button {
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
}
}
}