Skip to content

Commit

Permalink
hover highlight added for class popover
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-roll20 committed Nov 28, 2024
1 parent 0243434 commit 05d4bde
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions d20 Modern/d20 Modern.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,10 @@ div.sheet-core-content {
color: white;
font-size: 9px;
text-align: center;
padding-inline: 5px;
}

.sheet-tableII th.sheet-heading:not(:empty) {
padding-inline: 2px;
}

.sheet-tableIII th {
Expand Down Expand Up @@ -499,13 +502,19 @@ div.sheet-tooltips:hover span {

}
/*-----radio boxes-----*/
/*-----Tootl Tips-----*/
/*-----Tool Tips-----*/
div.sheet-tooltipsdown {
cursor: default;
display: inline;
position: relative;
}

div.sheet-tooltipsdown:hover > :first-child {
background-color: #7F2108;
color: #fff;
font-weight: normal;
}

div.sheet-tooltipsdown span {
position: absolute;
width:500px;
Expand Down

0 comments on commit 05d4bde

Please sign in to comment.