Skip to content

Commit

Permalink
Remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Nov 16, 2023
1 parent f23b391 commit 3b66662
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions Kitodo/src/main/webapp/WEB-INF/resources/css/kitodo.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,23 +109,17 @@ sup {
}

@keyframes fadein {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
0% {opacity: 0;}
50% {opacity: 0;}
100% {opacity: 1;}
}

html.progressCursor * {
cursor: progress;
}

.hidden {
display: none
display: none;
}

/*----------------------------------------------------------------------
Expand Down Expand Up @@ -3273,7 +3267,6 @@ Column content
width: 100px;
flex-shrink: 0;
flex-grow: 0;
flex: 0 0 104px;
}

#thumbnailStripeScrollableContent {
Expand Down

0 comments on commit 3b66662

Please sign in to comment.