Skip to content

Commit

Permalink
Fix Adminer close search option button
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbj committed Apr 17, 2024
1 parent ac0d617 commit 4c8493b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panels/Adminer/css/tweaks.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ a[href*="&sql="]::before {
height: 16px;
border-radius: 0;
padding: 0;
border: 0;
outline: 0;
border: 0 !important;
outline: 0 !important;
}

0 comments on commit 4c8493b

Please sign in to comment.