mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-16 19:52:19 -06:00
Fix connection status indicator on IE/FF. Fixes #3046
This commit is contained in:
parent
66341e6947
commit
abcb8c36a3
@ -561,16 +561,20 @@ input.editor-checkbox:focus {
|
||||
}
|
||||
|
||||
.connection_status .fa-custom {
|
||||
height: 18px;
|
||||
margin-bottom: -4px;
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
display: block;
|
||||
background-repeat: no-repeat;
|
||||
content: '';
|
||||
}
|
||||
|
||||
.connection_status .fa-query-tool-connected {
|
||||
content: url('../img/connect.svg');
|
||||
background-image: url('../img/connect.svg');
|
||||
}
|
||||
|
||||
.connection_status .fa-query-tool-disconnected {
|
||||
content: url('../img/disconnect.svg');
|
||||
background-image: url('../img/disconnect.svg');
|
||||
}
|
||||
|
||||
.sql-editor .dropdown-toggle:focus,
|
||||
|
Loading…
Reference in New Issue
Block a user