[Frontend] Time controller-related styling (CP > open117)

open #1515
open #117
Fixing selects;
Tweaks to constants and mixins to better
handle button dropshadowing across
themes;
(cherry picked from commit 3e34d06)
This commit is contained in:
Charles Hacskaylo
2015-09-25 09:47:12 -07:00
parent a7153f320f
commit 7a677062e4
5 changed files with 7 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ $colorBtnMajorFg: $colorKeyFg;
$colorBtnIcon: $colorKey;
$colorInvokeMenu: #fff;
$contrastInvokeMenuPercent: 20%;
$shdwBtns: rgba(black, 0.2) 0 1px 2px;
$sliderColorBase: $colorKey;
$sliderColorRangeHolder: rgba(black, 0.1);
$sliderColorRange: rgba($sliderColorBase, 0.3);