mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Update the styling to use the set of grays defined in the WIP style guide.
This commit is contained in:
@@ -34,7 +34,7 @@ try {
|
||||
</style>
|
||||
{% endif %}
|
||||
<nav class="navbar-inverse navbar-fixed-top">
|
||||
<div id="btn-toolbar" class="btn-toolbar pg-prop-btn-group" role="toolbar" aria-label="">
|
||||
<div id="btn-toolbar" class="btn-toolbar pg-prop-btn-group bg-gray-2 border-gray-3" role="toolbar" aria-label="">
|
||||
<div class="btn-group" role="group" aria-label="">
|
||||
<button type="button" class="btn btn-default btn-step-into" title="{{ _('Step into') }}">
|
||||
<i class="fa fa-indent"></i>
|
||||
|
||||
Reference in New Issue
Block a user