diff options
Diffstat (limited to 'plugins/webbox/html/webbox.css')
-rw-r--r-- | plugins/webbox/html/webbox.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/webbox/html/webbox.css b/plugins/webbox/html/webbox.css index 859fade..71e3673 100644 --- a/plugins/webbox/html/webbox.css +++ b/plugins/webbox/html/webbox.css @@ -254,6 +254,7 @@ table.list td.name { } /* Tooltip text */ +/* .tooltip .tooltiptext { visibility: hidden; background-color: #FFFFDD; @@ -268,11 +269,14 @@ table.list td.name { bottom: 20px; z-index: 1; } +*/ /* Show the tooltip text when you mouse over the tooltip container */ +/* .tooltip:hover .tooltiptext { visibility: visible; } +*/ .fullwidth { width: 100%; |