Skip to content

Commit

Permalink
Sharing dialog / Svelte Select – Remove border
Browse files Browse the repository at this point in the history
  • Loading branch information
te-online committed Mar 8, 2024
1 parent 97c6327 commit 8f28f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/timemanager.css
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@ label {
#content.app-timemanager .quick-add .selectContainer,
#content.app-timemanager .reports-filters .selectContainer,
#content.app-timemanager .reports-timerange .selectContainer {
margin: 3px 3px 3px 0; }
margin: 3px 3px 3px 0;
--border: none; }
#content.app-timemanager .quick-add .selectContainer input,
#content.app-timemanager .reports-filters .selectContainer input,
#content.app-timemanager .reports-timerange .selectContainer input {
Expand Down
1 change: 1 addition & 0 deletions css/timemanager.scss
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ label {

.selectContainer {
margin: 3px 3px 3px 0;
--border: none;

input {
border: 0;
Expand Down

0 comments on commit 8f28f99

Please sign in to comment.