[Frontend] Styling for controls

Fixes #1324
CSS, markup, new glyphs for
brightness and contrast
This commit is contained in:
Charles Hacskaylo
2016-11-14 18:12:06 -08:00
parent 3e6e068f7f
commit b1464efdaf
8 changed files with 50 additions and 25 deletions

View File

@@ -122,13 +122,20 @@
// Default position is upper right
$p: $interiorMargin;
position: absolute;
top: $p;
right: $p;
top: $p; right: $p; bottom: auto; left: $p;
text-align: right;
z-index: 5;
}
.s-local-controls {
font-size: 0.7rem;
&.s-wrapper-transluc {
// Semi-opaque wrapper to visually distinguish a control
// from the background
background: rgba($colorBodyFg, 0.2);
box-sizing: border-box;
border-radius: $controlCr;
}
}
/******************************************************** CUSTOM CHECKBOXES */