Initial implementation of tooltips in history table

* Move transcode icon to platform column
* Tooltips for transcode icon and media type icon
* Popover for album art when hover over title
This commit is contained in:
Jonathan Wong 2015-08-20 21:55:11 -07:00
parent b2a7f639bb
commit e34865d0dd
3 changed files with 46 additions and 10 deletions

View file

@ -1646,6 +1646,30 @@ input[type="color"],
width: 250px;
z-index: 9999;
}
.tooltip.top .tooltip-arrow {
border-top-color: #fff;
}
.tooltip.right .tooltip-arrow {
border-right-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
border-bottom-color: #fff;
}
.tooltip.left .tooltip-arrow {
border-left-color: #fff;
}
.tooltip-inner {
color: #000;
background: #fff;
border: 0;
font-weight: bold;
}
.history-title .popover.right {
margin-left: 12px;
}
.history-title .popover.right .popover-content {
padding: 5px 8px;
}
#updatebar {
background-color: #444;
color: #999999;