mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-23 09:41:48 +02:00
@@ -146,6 +146,10 @@ div.phpdebugbar * {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
div.phpdebugbar select, div.phpdebugbar input {
|
||||
appearance: auto;
|
||||
}
|
||||
|
||||
div.phpdebugbar ol, div.phpdebugbar ul {
|
||||
list-style: none;
|
||||
}
|
||||
@@ -555,7 +559,6 @@ div.phpdebugbar-mini-design a.phpdebugbar-tab {
|
||||
margin: 0 10px;
|
||||
}
|
||||
.phpdebugbar-widgets-dataset-history .phpdebugbar-widgets-dataset-actions input {
|
||||
appearance: checkbox !important;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
|
@@ -27,6 +27,10 @@ div.phpdebugbar-openhandler {
|
||||
font-size: 14px;
|
||||
padding: 0;
|
||||
}
|
||||
div.phpdebugbar-openhandler select, div.phpdebugbar-openhandler input {
|
||||
appearance: auto;
|
||||
}
|
||||
|
||||
div.phpdebugbar-openhandler input, div.phpdebugbar-openhandler select {
|
||||
color: var(--debugbar-header-text);
|
||||
background-color: var(--debugbar-header);
|
||||
@@ -34,6 +38,7 @@ div.phpdebugbar-openhandler {
|
||||
border-radius: 0.25rem;
|
||||
height: 20px;
|
||||
margin: 0 5px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div.phpdebugbar-openhandler .phpdebugbar-openhandler-actions input[name="uri"] {
|
||||
|
Reference in New Issue
Block a user