Skip to content

Commit

Permalink
Merge pull request #402 from Minitex/uv-style-updates
Browse files Browse the repository at this point in the history
Tweak styles for new UV player
  • Loading branch information
swandog30 authored Oct 22, 2024
2 parents 5fc0346 + bc39489 commit 05c4f84
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/assets/stylesheets/mdl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1494,6 +1494,11 @@ a.view-text:hover {
padding: 3px;
}

// override UV style; fighting the specificity battle
.uv .leftPanel .main .views .thumbsView .thumbs .thumb.selected .wrap {
border: 2px solid yellow;
}

.uv {
input {
color: rgb(0, 0, 0);
Expand All @@ -1502,6 +1507,16 @@ a.view-text:hover {
.leftPanel .views .thumbsView .thumbs .thumb .wrap.video {
background-image: none !important;
}

.thumb {
.label {
color: white;
}
}

.title {
color: white;
}
}

.iiif-av-component .controls-container {
Expand Down

0 comments on commit 05c4f84

Please sign in to comment.