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:
parent
ca2597a6ad
commit
cd46685df8
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user