Skip to content

Commit 2635f89

Browse files
committed
Tweak CSS for route filtering.
1 parent 0676773 commit 2635f89

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

webroot/css/toolbar.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -513,11 +513,13 @@ pre,
513513
top: 2px;
514514
}
515515
.btn-primary:hover {
516-
cursor:pointer;
516+
cursor: pointer;
517517
}
518518
.toggle-plugin-route-active {
519-
background-color: #fff;
520-
color: #2a6496;
519+
background-color: #fff !important;
520+
color: #555;
521+
border-color: #6f6f6f;
522+
box-shadow: 0 2px 0 #6f6f6f;
521523
}
522524

523525
#loader {
@@ -619,11 +621,7 @@ pre,
619621

620622
.debugkit-plugin-routes-button-wrapper {
621623
display: flex;
624+
gap: 5px;
622625
flex-wrap: wrap;
623-
justify-content: center;
624626
margin: 0 -5px;
625627
}
626-
627-
.debugkit-plugin-routes-button-wrapper button {
628-
margin: 5px;
629-
}

0 commit comments

Comments
 (0)