Skip to content

Commit

Permalink
Tweak CSS for route filtering.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 13, 2021
1 parent 0676773 commit 2635f89
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions webroot/css/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -513,11 +513,13 @@ pre,
top: 2px;
}
.btn-primary:hover {
cursor:pointer;
cursor: pointer;
}
.toggle-plugin-route-active {
background-color: #fff;
color: #2a6496;
background-color: #fff !important;
color: #555;
border-color: #6f6f6f;
box-shadow: 0 2px 0 #6f6f6f;
}

#loader {
Expand Down Expand Up @@ -619,11 +621,7 @@ pre,

.debugkit-plugin-routes-button-wrapper {
display: flex;
gap: 5px;
flex-wrap: wrap;
justify-content: center;
margin: 0 -5px;
}

.debugkit-plugin-routes-button-wrapper button {
margin: 5px;
}

0 comments on commit 2635f89

Please sign in to comment.