Skip to content

Commit

Permalink
add shadow to tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Jun 29, 2023
1 parent 087f6ac commit befb05b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions avUi/common-header-directive/common-header-directive.less
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
}

.tooltip-inner {
box-shadow: 0 5px 5px rgba(0,0,0,.15);
background-color: #CCE5FF;
margin-top: -9px;
font-size: 12px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
}

.tooltip-inner {
box-shadow: 0 5px 5px rgba(0,0,0,.15);
background-color: #CCE5FF;
margin-top: -9px;
font-size: 12px;
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/default/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/podemos/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/test/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/v2/app.min.css

Large diffs are not rendered by default.

0 comments on commit befb05b

Please sign in to comment.