We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0676773 commit 2635f89Copy full SHA for 2635f89
webroot/css/toolbar.css
@@ -513,11 +513,13 @@ pre,
513
top: 2px;
514
}
515
.btn-primary:hover {
516
- cursor:pointer;
+ cursor: pointer;
517
518
.toggle-plugin-route-active {
519
- background-color: #fff;
520
- color: #2a6496;
+ background-color: #fff !important;
+ color: #555;
521
+ border-color: #6f6f6f;
522
+ box-shadow: 0 2px 0 #6f6f6f;
523
524
525
#loader {
@@ -619,11 +621,7 @@ pre,
619
621
620
622
.debugkit-plugin-routes-button-wrapper {
623
display: flex;
624
+ gap: 5px;
625
flex-wrap: wrap;
- justify-content: center;
626
margin: 0 -5px;
627
-
-.debugkit-plugin-routes-button-wrapper button {
628
- margin: 5px;
629
-}
0 commit comments