Improve shadow of tooltips
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
ecf8850464
commit
27f00bf7fe
|
@ -20,6 +20,7 @@ select {
|
||||||
.ie .header-left #navigation,
|
.ie .header-left #navigation,
|
||||||
.ie .ui-datepicker,
|
.ie .ui-datepicker,
|
||||||
.ie .ui-timepicker.ui-widget,
|
.ie .ui-timepicker.ui-widget,
|
||||||
.ie #appmenu li span {
|
.ie #appmenu li span,
|
||||||
|
.ie .tooltip-inner {
|
||||||
box-shadow: 0 1px 10px $color-box-shadow;
|
box-shadow: 0 1px 10px $color-box-shadow;
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
z-index: 100000;
|
z-index: 100000;
|
||||||
|
filter: drop-shadow(0 1px 10px $color-box-shadow);
|
||||||
&.in {
|
&.in {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
@ -115,7 +116,6 @@
|
||||||
padding: 5px 8px;
|
padding: 5px 8px;
|
||||||
background-color: $color-main-background;
|
background-color: $color-main-background;
|
||||||
color: $color-main-text;
|
color: $color-main-text;
|
||||||
box-shadow: 0 1px 10px $color-box-shadow;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue