fix various SCSS snafus

This commit is contained in:
Matthew Hodgson 2017-01-18 20:05:18 +00:00
parent ec1a2f6abf
commit 5b95986705
7 changed files with 7 additions and 8 deletions

View file

@ -55,8 +55,8 @@ a:visited {
color: $accent-color;
}
input[type=text] {
background-color: $primary-bg-color;
input[type=text], input[type=password] {
background-color: transparent;
color: $primary-fg-color;
}

View file

@ -44,7 +44,6 @@ limitations under the License.
height: 24px;
border: 0px ! important;
/* border-bottom: 1px solid rgba(0, 0, 0, 0.1) ! important; */
background-color: transparent ! important;
border: 0px;
}