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;
|
position: relative;
|
||||||
will-change: position, top;
|
will-change: position, top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#BetterNavigator {
|
||||||
|
a,
|
||||||
|
button,
|
||||||
|
div,
|
||||||
|
i,
|
||||||
|
span {
|
||||||
|
background-size: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -36,10 +36,13 @@
|
|||||||
|
|
||||||
// correct primary buttons coloring
|
// correct primary buttons coloring
|
||||||
.toolbar--south {
|
.toolbar--south {
|
||||||
.btn-outline-primary,
|
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-outline-primary {
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ActionMenus_MoreOptions {
|
#ActionMenus_MoreOptions {
|
||||||
|
Loading…
Reference in New Issue
Block a user