mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-22 19:54:08 +01:00
Fix bugs in tooltip icon
This commit is contained in:
@@ -78,13 +78,6 @@ a.hashLink { font-size: 1.1em;}
|
||||
.indicator { padding: 0px 5px; background: transparent; border: none; cursor: pointer; vertical-align: middle; color:rgba(0, 0, 0, 0.25) }
|
||||
|
||||
|
||||
.tooltip-holder { position: relative; display: inline}
|
||||
.tooltip-holder .tooltip {display: none; font-size: 0.9em; position: absolute; margin-left: 10px; width: 300px; padding: 10px; border-radius: 5px;}
|
||||
.tooltip-holder .tooltip p { margin-bottom: 0;}
|
||||
.tooltip-holder .tooltip .tooltip-header { font-weight: bold; margin-bottom: 5px;}
|
||||
.tooltip:hover { display: inline;}
|
||||
.tooltip-holder:hover .tooltip { display: inline; }
|
||||
|
||||
.error { color: maroon; }
|
||||
|
||||
.soft { opacity: 0.7 }
|
||||
|
||||
Reference in New Issue
Block a user