diff --git a/d20 Modern/d20 Modern.css b/d20 Modern/d20 Modern.css index e2aa775fd9b..81bc6bb7ee9 100644 --- a/d20 Modern/d20 Modern.css +++ b/d20 Modern/d20 Modern.css @@ -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 { @@ -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;