[Frontend/PLATFORM] Cherry picking from platform changes in vista65

open #95
vista #65
Style mods for selects;
(cherry picked from commit 8b2c4c6)
This commit is contained in:
Charles Hacskaylo
2015-09-16 16:59:27 -07:00
parent f28d2f19d0
commit 9fdb9f0170
7 changed files with 295 additions and 354 deletions

View File

@@ -57,6 +57,8 @@ $colorInputBg: $colorGenBg;
$colorInputFg: $colorBodyFg;
$colorFormText: pushBack($colorBodyFg, 10%);
$colorInputIcon: pushBack($colorBodyFg, 25%);
$colorSelectBg: pushBack($colorBodyFg, 45%);
$colorSelectFg: $colorBodyFg;
// Limits and staleness colors//
$colorTelemFresh: pullForward($colorBodyFg, 20%);