Fix connection status indicator on IE/FF. Fixes #3046

This commit is contained in:
Murtuza Zabuawala 2018-01-25 13:30:13 +00:00 committed by Dave Page
parent 66341e6947
commit abcb8c36a3

View File

@ -561,16 +561,20 @@ input.editor-checkbox:focus {
} }
.connection_status .fa-custom { .connection_status .fa-custom {
height: 18px;
margin-bottom: -4px; margin-bottom: -4px;
height: 18px;
width: 18px;
display: block;
background-repeat: no-repeat;
content: '';
} }
.connection_status .fa-query-tool-connected { .connection_status .fa-query-tool-connected {
content: url('../img/connect.svg'); background-image: url('../img/connect.svg');
} }
.connection_status .fa-query-tool-disconnected { .connection_status .fa-query-tool-disconnected {
content: url('../img/disconnect.svg'); background-image: url('../img/disconnect.svg');
} }
.sql-editor .dropdown-toggle:focus, .sql-editor .dropdown-toggle:focus,