Cleanup styles for polline.ascribe.io

This commit is contained in:
Tim Daubenschütz 2016-02-04 15:53:16 +01:00
parent 88926998a8
commit ac2319f231
1 changed files with 6 additions and 6 deletions

View File

@ -171,13 +171,13 @@ $polline--highlight-color: #2882fa;
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
background-color: lighten($polline--highlight-color, 30%);
border-color: lighten($polline--highlight-color, 30%);
background-color: lighten($polline--button-default-color, 30%);
border-color: lighten($polline--button-default-color, 30%);
}
.btn-default {
background-color: $polline--highlight-color;
border-color: $polline--highlight-color;
background-color: $polline--button-default-color;
border-color: $polline--button-default-color;
&:hover,
&:active,
@ -188,8 +188,8 @@ $polline--highlight-color: #2882fa;
&.active:hover,
&.active:focus,
&.active.focus {
background-color: lighten($polline--highlight-color, 30%);
border-color: lighten($polline--highlight-color, 30%);
background-color: lighten($polline--button-default-color, 30%);
border-color: lighten($polline--button-default-color, 30%);
}
}