seitime-frappe/frappe/templates/includes/website_theme/footer.css
2015-02-24 17:52:00 +05:30

19 lines
384 B
CSS

.web-footer {
background-color: {{ theme.footer_color }};
border-top: 1px solid {{ theme.footer_border_color }};
}
.web-footer,
.web-footer a {
color: {{ theme.footer_text_color }};
}
.web-footer a:hover,
.web-footer a:focus,
.web-footer a:active {
color: {{ get_shade(theme.footer_text_color, 5) }};
}
.web-footer input {
border: 1px solid {{ theme.footer_border_color }};
}