Merge pull request #889 from BeatC/tooltips-bg
Change color for tooltip
This commit is contained in:
commit
e5e7e043ee
|
@ -175,4 +175,14 @@ form {
|
|||
display: -ms-flexbox !important;
|
||||
display: -webkit-flex !important;
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
.tipsy {
|
||||
&-inner {
|
||||
background-color: $tooltipBg;
|
||||
}
|
||||
|
||||
&-arrow {
|
||||
border-color: $tooltipBg;
|
||||
}
|
||||
}
|
|
@ -22,6 +22,7 @@ $defaultColor: #F1F1F1;
|
|||
$defaultSemiDarkColor: #ACACAC;
|
||||
$defaultDarkColor: #4F4F4F;
|
||||
$defaultBackground: #474747;
|
||||
$tooltipBg: rgba(0,0,0, 0.7);
|
||||
|
||||
// Toolbar
|
||||
$toolbarSelectBackground: rgba(0, 0, 0, .6);
|
||||
|
|
Loading…
Reference in New Issue