1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00

Remove border on right side of the close button (#648)

* Better alignments icons

* refined icons

* improve widgets list item padding

* Remove border on right side of the close button
This commit is contained in:
Nick Retel 2024-04-04 18:23:18 +02:00 committed by GitHub
parent ca2597a6ad
commit cd46685df8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,7 +143,7 @@ div.phpdebugbar-header-right {
float: right; float: right;
} }
div.phpdebugbar-header > div > * { div.phpdebugbar-header > div > * {
padding: 5px 5px; padding: 5px;
font-size: 14px; font-size: 14px;
height: 16px; height: 16px;
color: #555; color: #555;
@ -170,7 +170,7 @@ div.phpdebugbar-header-right > select {
span.phpdebugbar-indicator, span.phpdebugbar-indicator,
a.phpdebugbar-indicator, a.phpdebugbar-indicator,
a.phpdebugbar-close-btn { {
border-right: 1px solid #ddd; border-right: 1px solid #ddd;
} }