1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +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;
}
div.phpdebugbar-header > div > * {
padding: 5px 5px;
padding: 5px;
font-size: 14px;
height: 16px;
color: #555;
@ -170,7 +170,7 @@ div.phpdebugbar-header-right > select {
span.phpdebugbar-indicator,
a.phpdebugbar-indicator,
a.phpdebugbar-close-btn {
{
border-right: 1px solid #ddd;
}