mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Using disconnected server icon from pgAdmin III
This commit is contained in:
@@ -400,11 +400,11 @@ iframe {
|
||||
}
|
||||
|
||||
.icon-server-connected {
|
||||
background: url('/browser/server/static/img/server.png') no-repeat 30% 30% green !important;
|
||||
background-image: url('/browser/server/static/img/server.png') !important;
|
||||
border-radius: 10px
|
||||
}
|
||||
|
||||
.icon-server-not-connected {
|
||||
background: url('/browser/server/static/img/server.png') no-repeat 30% 30% red !important;
|
||||
background-image: url('/browser/server/static/img/serverbad.png') !important;
|
||||
border-radius: 10px
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user