small CSS fixes

This commit is contained in:
Sacha Greif 2015-02-11 09:44:08 +09:00
parent ebd7af8b90
commit 19a961faea
2 changed files with 8 additions and 12 deletions

View file

@ -3,7 +3,13 @@
body{
background: {{getSetting "backgroundCSS"}};
}
input[type="submit"], button, .button, button.submit, .auth-buttons #login-buttons #login-buttons-password, .btn-primary, .error, .mobile-menu-button, .login-link-text, .post-category:hover{
.header{
background-color: {{getSetting "headerColor"}};
}
.header, .header .logo a, .header .logo a:visited{
color: {{getSetting "headerTextColor"}};
}
input[type="submit"], button, .button, button.submit, .auth-buttons #login-buttons #login-buttons-password, .btn-primary, .header .btn-primary, .header .btn-primary:link, .header .btn-primary:visited, .error, .mobile-menu-button, .login-link-text, .post-category:hover{
background-color: {{getSetting "buttonColor"}};
color: {{getSetting "buttonTextColor"}};
}
@ -18,14 +24,7 @@
}
.post-content .post-upvote .upvote-link.voted i.icon-check{
/*color: {{getSetting "secondaryColor"}};*/
}
.header{
background-color: {{getSetting "headerColor"}};
}
.header, .header .logo a, .header .logo a:visited{
color: {{getSetting "headerTextColor"}};
}
.logo-image a{
} .logo-image a{
max-height:{{getSetting "logoHeight"}}px;
max-width:{{getSetting "logoWidth"}}px;
}

View file

@ -12,9 +12,6 @@ $mobile-header-height: 50px;
}
a, a:link, a:visited{
color: inherit;
&.button{
color: white;
}
}
.nav{
list-style-type: none;