Skip to content

Commit

Permalink
Merge pull request HeyPuter#53 from LynanBreeze/master
Browse files Browse the repository at this point in the history
style: fix tooltip shadow on taskBarItem
  • Loading branch information
jelveh authored Mar 8, 2024
2 parents 7b2f9ab + 40182fb commit 59a56cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2117,16 +2117,16 @@ label {

.ui-tooltip, .arrow:after {
background-color: rgba(231, 238, 245, .92);
backdrop-filter: blur(3px);
box-shadow: none;
}

.ui-tooltip {
padding: 5px 10px;
padding: 7px 11px;
border-radius: 2px;
font: 14px "Helvetica Neue", Sans-Serif;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.455);
background-color: rgba(231, 238, 245, .92);
border: none !important;
backdrop-filter: blur(3px);
filter: drop-shadow(0 0 3px rgba(0,0,0,.455));
}

.arrow {
Expand Down

0 comments on commit 59a56cd

Please sign in to comment.