[Frontend] Styling for controls

Fixes #1324
New reset glyph; Reset button complete,
final sanding.
This commit is contained in:
Charles Hacskaylo
2016-11-15 12:24:14 -08:00
parent 9b11684ae9
commit 2f5dc8a887
9 changed files with 249 additions and 55 deletions

View File

@@ -133,7 +133,7 @@
&.s-wrapper-transluc {
// Semi-opaque wrapper to visually distinguish a control
// from the background
background: rgba($colorTransLucBg, 0.5);
background: rgba($colorTransLucBg, 0.7);
box-sizing: border-box;
border-radius: $controlCr;
}
@@ -467,7 +467,7 @@ input[type="search"] {
width: $h;
height: $h;
margin-top: 1 + floor($h/2) * -1;
@include btnSubtle(pullForward($colorBtnBg, 10%));
@include btnSubtle(pullForward($colorBtnBg, 20%));
border-radius: 50% !important;
}