Using disconnected server icon from pgAdmin III

This commit is contained in:
Ashesh Vashi
2015-07-22 22:44:54 +05:30
parent 146e901327
commit ffa65f2bfb
3 changed files with 4 additions and 3 deletions

View File

@@ -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
}