FIX: CMS buttons and Better Navigator icons

This commit is contained in:
Tony Air 2020-12-28 17:39:36 +07:00
parent 1abb9c4d05
commit edae5c15a4
2 changed files with 14 additions and 1 deletions

View File

@ -442,3 +442,13 @@ body.is-offline {
position: relative;
will-change: position, top;
}
#BetterNavigator {
a,
button,
div,
i,
span {
background-size: auto;
}
}

View File

@ -36,10 +36,13 @@
// correct primary buttons coloring
.toolbar--south {
.btn-outline-primary,
.btn-primary {
color: #fff;
}
.btn-outline-primary {
color: #999;
}
}
#ActionMenus_MoreOptions {