Material themed tooltips and popups for bug #275

This commit is contained in:
GradyD 2015-03-08 19:43:17 -04:00
parent 6c79fadc2b
commit 525110a2c1

View File

@ -1,25 +1,19 @@
.popover, .tooltip-inner { .popover, .tooltip-inner {
background: #323232; color: #ececec;
color: #FFF; font-weight: bold;
border-radius: 2px; line-height: 1em;
background: rgba(70,70,70,.9);
border: 1px solid rgba(70,70,70,.9);
border-radius: 2px;
.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;
}
} }