only apply primary button color to .btn-primary style

This commit is contained in:
Sacha Greif 2014-11-27 17:43:11 +09:00
parent 019ae375fd
commit ab639798d7
4 changed files with 10 additions and 8 deletions

View file

@ -3,7 +3,7 @@
body{
background: {{getSetting "backgroundCSS"}};
}
input[type="submit"], button, .button, .auth-buttons #login-buttons #login-buttons-password, .btn, .error, .mobile-menu-button, .login-link-text{
input[type="submit"], button, .button, .auth-buttons #login-buttons #login-buttons-password, .btn-primary, .error, .mobile-menu-button, .login-link-text{
background-color: {{getSetting "buttonColor"}} !important;
color: {{getSetting "buttonTextColor"}} !important;
}

View file

@ -110,8 +110,6 @@ form, .accounts-dialog{
input[type="submit"], button, .button, .btn{
-webkit-appearance: none;
border-radius: 3px;
background:$red;
color:white;
text-align:center;
display:block;
max-width: 300px;
@ -128,12 +126,16 @@ input[type="submit"], button, .button, .btn{
background:$lighter-grey;
pointer-events:none;
}
&:link, &:hover, &:active, &:visited{
color:white;
}
&.inline{
display: inline-block;
}
&.btn-primary{
background:$red;
color:white;
&:link, &:hover, &:active, &:visited{
color:white;
}
}
}
input[type="search"]{
font-size:14px;

View file

@ -58,7 +58,7 @@
],
[
"fourseven:scss",
"0.9.4"
"1.0.0"
],
[
"geojson-utils",

View file

@ -58,7 +58,7 @@
],
[
"fourseven:scss",
"0.9.4"
"1.0.0"
],
[
"geojson-utils",