This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/frontend/less/espo/elements/site.less
T
Yuri Kuznetsov 97b12c3916 css fix
2022-11-07 16:54:03 +02:00

21 lines
352 B
Plaintext

body > footer {
background-color: var(--site-footer-bg);
}
body > footer > p.credit {
margin: 0;
user-select: none;
}
body > footer > p,
body > footer > p a,
body > footer > p a:hover,
body > footer > p a:active,
body > footer > p a:visited {
color: var(--site-footer-color);
}
#content > #main[tabindex="-1"] {
outline: none;
}