Skip to content

Commit

Permalink
fix double arrow on select
Browse files Browse the repository at this point in the history
  • Loading branch information
dansysanalyst committed May 26, 2024
1 parent eb945e8 commit 04cf290
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ select {
background-color: inherit;
}

#power-grid-table-container > * select {
background:transparent;
}

.loader {
border-top-color: #222;
-webkit-animation: spinner 1.5s linear infinite;
Expand Down

0 comments on commit 04cf290

Please sign in to comment.