mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Prevent the top-left logo from changing colour when clicked.
This commit is contained in:
committed by
Dave Page
parent
649b064cf3
commit
929a43c9fa
@@ -142,6 +142,10 @@ iframe {
|
|||||||
color: #009DCF;
|
color: #009DCF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-inverse .navbar-brand:focus {
|
||||||
|
color: #009DCF;
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown-menu > hr {
|
.dropdown-menu > hr {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user