Monitor connection and transaction status in the query tool. Fixes #2475

This commit is contained in:
Murtuza Zabuawala
2018-01-12 14:34:39 +00:00
committed by Dave Page
parent 82aa8035c2
commit 8520871bc6
12 changed files with 470 additions and 52 deletions

View File

@@ -1438,3 +1438,9 @@ body {
.multi-checkbox .check.partial:after {
content: "\003F";
}
/* Override default bootstrap popover fonts & size */
.popover-content {
font-family: 'Open Sans';
font-size: 13px;
}