mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-26 16:09:48 +03:00
Merge de8c0ca8ca
into 2708438daa
This commit is contained in:
commit
cbcb8e9169
|
@ -1,25 +1,19 @@
|
||||||
.popover, .tooltip-inner {
|
.popover, .tooltip-inner {
|
||||||
background: #323232;
|
color: @popover-color;
|
||||||
color: #FFF;
|
font-weight: bold;
|
||||||
border-radius: 2px;
|
line-height: 1em;
|
||||||
|
background: @popover-background;
|
||||||
|
border: 1px solid @popover-background;
|
||||||
|
border-radius: @material-border-radius;
|
||||||
|
.shadow-z-1();
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip, .tooltip.in {
|
.tooltip, .tooltip.in {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover, .tooltip {
|
.popover, .tooltip {
|
||||||
&.left .arrow:after, &.left .tooltip-arrow {
|
.arrow, .tooltip-arrow {
|
||||||
border-left-color: #323232;
|
display: none;
|
||||||
}
|
}
|
||||||
&.right .arrow:after, &.right .tooltip-arrow {
|
|
||||||
border-right-color: #323232;
|
|
||||||
}
|
|
||||||
&.top .arrow:after, &.top .tooltip-arrow {
|
|
||||||
border-top-color: #323232;
|
|
||||||
}
|
|
||||||
&.bottom .arrow:after, &.bottom .tooltip-arrow {
|
|
||||||
border-bottom-color: #323232;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,6 +79,9 @@
|
||||||
@progress-warning: @warning;
|
@progress-warning: @warning;
|
||||||
@progress-danger: @danger;
|
@progress-danger: @danger;
|
||||||
|
|
||||||
|
// Global Material vars
|
||||||
|
@material-border-radius: 2px;
|
||||||
|
|
||||||
// Card
|
// Card
|
||||||
@card-body-text: @lightbg-text;
|
@card-body-text: @lightbg-text;
|
||||||
@card-body-background: #fff;
|
@card-body-background: #fff;
|
||||||
|
@ -86,3 +89,7 @@
|
||||||
|
|
||||||
@text-disabled: #a8a8a8;
|
@text-disabled: #a8a8a8;
|
||||||
@background-disabled: #eaeaea;
|
@background-disabled: #eaeaea;
|
||||||
|
|
||||||
|
// Popups
|
||||||
|
@popover-background: rgba(70,70,70,.9);
|
||||||
|
@popover-color: #ececec;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user