Skip to content

Commit 2495249

Browse files
Theme: Lighter box-shadow for tooltip
1 parent 44584e8 commit 2495249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/base/tooltip.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
position: absolute;
1414
z-index: 9999;
1515
max-width: 300px;
16-
-webkit-box-shadow: 0 0 5px #aaa;
17-
box-shadow: 0 0 5px #aaa;
16+
-webkit-box-shadow: 0 0 5px #ddd;
17+
box-shadow: 0 0 5px #ddd;
1818
}
1919
body .ui-tooltip {
2020
border-width: 2px;

0 commit comments

Comments
 (0)