ux(): tweaks

This commit is contained in:
Torkel Ödegaard
2016-02-21 15:21:01 +01:00
parent 7328f4d3fd
commit 363f36dfae
5 changed files with 25 additions and 47 deletions

View File

@@ -177,11 +177,11 @@ $dropdownDivider: $dropdownDividerTop;
$dropdownTitle: $dark-5;
$dropdownLinkColor: $dark-3;
$dropdownLinkColorHover: $white;
$dropdownLinkColorActive: $white;
$dropdownLinkColorHover: $link-color;
$dropdownLinkColorActive: $link-color;
$dropdownLinkBackgroundActive: $blue;
$dropdownLinkBackgroundHover: $blue;
$dropdownLinkBackgroundActive: $gray-6;
$dropdownLinkBackgroundHover: $gray-6;
// COMPONENT VARIABLES

View File

@@ -270,11 +270,9 @@ th {
//
// Forms
//
label {
// Allow labels to use `margin` for spacing.
display: inline-block;
margin-bottom: .5rem;
}
// Work around a Firefox/IE bug where the transparent `button` background

View File

@@ -13,7 +13,7 @@
}
.gf-timepicker-dropdown {
margin: -5px -10px 10px 5px;
margin: -8px -10px 10px 5px;
padding: 10px 20px;
float: right;
background-color: $panel-bg;