Skip to content

Commit

Permalink
Merge pull request #787 from NASA-IMPACT/83-spinner-color
Browse files Browse the repository at this point in the history
83-spinner-color: change spinner to white
  • Loading branch information
Jmok19927 authored May 30, 2024
2 parents c55c553 + f2883a5 commit 0284b53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sde_indexing_helper/static/css/candidate_url_list.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,13 @@ letter-spacing: -0.02em;
white-space: normal;
}

div.dt-buttons .btn.processing:after {
border: 2px solid #FFFFFF !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
-webkit-animation: dtb-spinner 1500ms infinite linear;
}

.document_type_dropdown, .dropdown-toggle {
width: 100%;
display: flex;
Expand Down

0 comments on commit 0284b53

Please sign in to comment.