Prevent the top-left logo from changing colour when clicked.
parent
649b064cf3
commit
929a43c9fa
|
|
@ -142,6 +142,10 @@ iframe {
|
|||
color: #009DCF;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-brand:focus {
|
||||
color: #009DCF;
|
||||
}
|
||||
|
||||
.dropdown-menu > hr {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue