1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

have graph color generated by css so that MS Edge doesn't freak out when using rgba

don't do simple word check on offensive name
This commit is contained in:
RaidMax
2019-08-10 17:35:34 -05:00
parent c2b5aed8cd
commit d5cece04f7
3 changed files with 21 additions and 23 deletions

View File

@ -236,6 +236,10 @@ form *, select {
background-color: darken($primary, 10%);
}
style {
background-color: darken($primary, 20%);
}
.nav-tabs .nav-item {
margin-bottom: 0;
}