Hello pgAdmin hackers,

when the upper left logo is clicked and the mouse leaves the logo it turns white. The attached .diff fixes this bug.

Greetings,
Jonas Thelemann

diff --git a/web/pgadmin/static/css/bootstrap.overrides.css 
b/web/pgadmin/static/css/bootstrap.overrides.css
index b7cdccd..fd3ed6f 100755
--- a/web/pgadmin/static/css/bootstrap.overrides.css
+++ b/web/pgadmin/static/css/bootstrap.overrides.css
@@ -142,6 +142,10 @@ iframe {
     color: #009DCF;
 }
 
+.navbar-inverse .navbar-brand:focus {
+    color: #009DCF;
+}
+
 .dropdown-menu > hr {
     margin-top: 0;
     margin-bottom: 0;
-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to