[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

@@ -20,20 +20,18 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
.select {
@include btnSubtle();
@extend .s-menu;
//cursor: pointer;
//display: inline-block;
@include btnSubtle($colorSelectBg);
margin: 0 0 2px 2px; // Needed to avoid dropshadow from being clipped by parent containers
padding: 0 $interiorMargin;
overflow: hidden;
position: relative;
select {
@include appearance(none);
@include box-sizing(border-box);
background: none;
color: $colorBtnFg;
color: $colorSelectFg;
cursor: pointer;
border: none !important;
//cursor: pointer;
padding: 4px 25px 2px 0px;
width: 120%;
option {
@@ -41,7 +39,8 @@
}
}
&:after {
//color: $colorKey;
@include contextArrow();
color: rgba($colorSelectFg, percentToDecimal($contrastInvokeMenuPercent));
//content:"v";
//display: block;
//font-family: 'symbolsfont';