mirror of
https://github.com/typemill/typemill.git
synced 2025-01-16 21:08:20 +01:00
Custom Colors for Buttons
This commit is contained in:
parent
fe476e66de
commit
76394bd3f3
@ -521,11 +521,11 @@ form input[type="submit"],form button,form .button{
|
||||
font-size: 1em;
|
||||
border: 0;
|
||||
margin-top: 1.5em;
|
||||
color: #fff;
|
||||
background: rgba(0,0,0);
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
}
|
||||
form input[type="submit"]:hover,form button:hover,.button:hover{
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
|
||||
|
@ -75,10 +75,10 @@
|
||||
/*******************
|
||||
** COLORS **
|
||||
*******************/
|
||||
body,.landingpagecontrast,.account{
|
||||
body,.landingpagecontrast,.account,form input[type="submit"],from button,form .button{
|
||||
background: {{ settings.themes.cyanine.brandcolorprimary|default('lightseagreen') }};
|
||||
}
|
||||
main, footer, .landingpageintro, .landingpageinfo, .landingpageteaser, .landingpagenavi, .landingpagecontrast, .landingpagenews{
|
||||
main, footer, .landingpageintro, .landingpageinfo, .landingpageteaser, .landingpagenavi, .landingpagecontrast, .landingpagenews,form input[type="submit"],from button,form .button{
|
||||
border-color: {{ settings.themes.cyanine.brandcolorprimary|default('lightseagreen') }};
|
||||
}
|
||||
.landingpagecontrast a, .landingpagecontrast a:link, .landingpagecontrast a:visited{
|
||||
@ -86,7 +86,8 @@
|
||||
}
|
||||
body,.landingpagecontrast, a,
|
||||
.landingpagecontrast a, .landingpagecontrast a:link, .landingpagecontrast a:visited,
|
||||
.account, .account a, .account a:link, .account a:hover, .account a:focus, .account a:visited{
|
||||
.account, .account a, .account a:link, .account a:hover, .account a:focus, .account a:visited,
|
||||
form input[type="submit"],from button,form .button{
|
||||
color: {{ settings.themes.cyanine.fontcolorprimary|default('#F7F7F7') }};
|
||||
}
|
||||
.landingpagecontrast a, .landingpagecontrast a:link, .landingpagecontrast a:visited{
|
||||
|
Loading…
x
Reference in New Issue
Block a user