Skip to content

Commit

Permalink
fix tooltip box in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Matr1x-101 committed Oct 21, 2024
1 parent ed18eda commit b7c0ed1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions morebits.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,13 @@ body .ui-dialog.morebits-dialog .morebits-dialog-footerlinks a {
display: inline-block;
}

.morebits-ui-tooltip {
background: var(--background-color-neutral-subtle, #f8f9fa);
color: inherit;
border-color: var(--border-color-base, #a2ab91);
box-shadow: 0 0 5px #a2ab91;
}

/* For styling message/warning boxes. Cannot use MediaWiki ombox class because it will be deprecated soon. */
table.morebits-ombox {
margin: 4px 10%;
Expand Down

0 comments on commit b7c0ed1

Please sign in to comment.