Trying to fix gf-form styles

This commit is contained in:
Matt
2016-02-20 10:18:16 -05:00
5 changed files with 15 additions and 17 deletions

View File

@@ -86,7 +86,6 @@ $gf-form-label-margin: 0.2rem;
// Placeholder
&::placeholder {
color: $input-color-placeholder;
// Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526.
opacity: 1;
}

View File

@@ -5,7 +5,7 @@
z-index: 1000;
position: absolute;
width: 700px;
box-shadow: $searchShadow;
box-shadow: $search-shadow;
padding: 10px;
background-color: $panel-bg;
border: $panel-border;