Skip to content

Commit

Permalink
Views: Configuration-general: Refactor component to new UI
Browse files Browse the repository at this point in the history
Signed-off-by: Arturo Manzoli <[email protected]>
  • Loading branch information
ArturoManzoli committed Jun 19, 2024
1 parent eaf0a9d commit dc082e9
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 163 deletions.
7 changes: 6 additions & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@
::-webkit-scrollbar-thumb:hover {
background-color: hsla(0, 0%, 0%, 0.411);
}

.v-text-field input {
background-color: transparent;
}
.v-field__input {
background-color: transparent;
}
select:focus {
outline: none;
}
Loading

0 comments on commit dc082e9

Please sign in to comment.