Skip to content

Commit

Permalink
Merge branch 'fix-155'
Browse files Browse the repository at this point in the history
  • Loading branch information
brantje committed Aug 12, 2017
2 parents e1397dc + 9b44a68 commit 892ae56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion css/auto-login-popup.css
Expand Up @@ -71,7 +71,8 @@ input[type="text"], input[type="password"], select.input-md {
display: block;
width: 100%;
border: none;
border-bottom: 1px solid #757575; }
border-bottom: 1px solid #757575;
background: #fff !important; }

input:focus, select.input-md:focus {
outline: none; }
Expand Down
5 changes: 3 additions & 2 deletions css/browser_action.css
Expand Up @@ -71,7 +71,8 @@ input[type="text"], input[type="password"], select.input-md {
display: block;
width: 100%;
border: none;
border-bottom: 1px solid #757575; }
border-bottom: 1px solid #757575;
background: #fff !important; }

input:focus, select.input-md:focus {
outline: none; }
Expand Down Expand Up @@ -452,7 +453,7 @@ input:focus ~ .highlight, select.input-md ~ .highlight {
width: 100%;
height: 600px;
/*position: absolute;*/ }
.tab-wrap label.tab-title {
.tab-wrap label:not(.ng-binding) {
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
background-color: #fff;
Expand Down
1 change: 1 addition & 0 deletions style/partials/material-input.scss
Expand Up @@ -19,6 +19,7 @@ input[type="text"], input[type="password"], select.input-md {
width: 100%;
border: none;
border-bottom: 1px solid #757575;
background: #fff !important;
}

input:focus, select.input-md:focus {
Expand Down

0 comments on commit 892ae56

Please sign in to comment.