Update graphs history table modal

* Tooltips
* Stream details modal
This commit is contained in:
Jonathan Wong 2015-08-26 19:36:08 -07:00
parent e7b1e177d2
commit ab78b59f61
3 changed files with 92 additions and 9 deletions

View file

@ -282,6 +282,10 @@ fieldset[disabled] .btn-bright.active {
.modal-body i.fa {
color: #fff;
}
.modal-body td:hover a .fa,
.modal-body a:focus i.fa {
color: #f9aa03;
}
.modal-body strong {
color: #F9AA03;
}
@ -2043,6 +2047,7 @@ a .home-platforms-instance-list-oval:hover,
}
.history-title .popover.right {
margin-left: 12px;
z-index: 5;
}
.history-title .popover.right .popover-content {
padding: 5px 8px;