1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-23 09:41:48 +02:00

Reset input appearance (#727)

* Reset input appearance

* Revert option
This commit is contained in:
Barry vd. Heuvel
2025-02-17 14:38:17 +01:00
committed by GitHub
parent 2be3ba62a7
commit c683e78de9
2 changed files with 9 additions and 1 deletions

View File

@@ -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;
}

View File

@@ -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"] {