mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
FIX: CMS buttons and Better Navigator icons
This commit is contained in:
parent
1abb9c4d05
commit
edae5c15a4
@ -442,3 +442,13 @@ body.is-offline {
|
||||
position: relative;
|
||||
will-change: position, top;
|
||||
}
|
||||
|
||||
#BetterNavigator {
|
||||
a,
|
||||
button,
|
||||
div,
|
||||
i,
|
||||
span {
|
||||
background-size: auto;
|
||||
}
|
||||
}
|
||||
|
@ -36,10 +36,13 @@
|
||||
|
||||
// correct primary buttons coloring
|
||||
.toolbar--south {
|
||||
.btn-outline-primary,
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-outline-primary {
|
||||
color: #999;
|
||||
}
|
||||
}
|
||||
|
||||
#ActionMenus_MoreOptions {
|
||||
|
Loading…
Reference in New Issue
Block a user