@acdh-oeaw/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
77 lines (66 loc) • 1.32 kB
text/less
@import "icons";
.uv-iiif-extension-host.uv-pdf-extension {
.headerPanel {
color: @text-secondary-color;
button.btn.imageBtn {
padding-left: 2px;
padding-right: 2px;
&.first,
&.prev,
&.next,
&.last {
i {
background-color: @gray;
&:hover {
background-color: @gray-dark;
}
}
}
&.disabled,
&.disabled:hover,
&.disabled i,
&.disabled i:hover {
background-color: transparent;
}
}
.centerOptions {
.prevOptions {
float: left;
margin: 0 15px 0 0;
}
.search {
float: left;
margin: 6px 0 0 5px;
width: auto;
.searchText {
border: none;
padding: 0 0 0 2px;
}
}
.nextOptions {
float: left;
margin: 0 0 0 15px;
}
}
.searchText {
width: 30px;
height: 19px;
line-height: 19px;
float: left;
font-size: @font-size-small;
padding: 0;
margin-top: 6px;
}
.total {
float: left;
display: block;
height: 18px;
line-height: 18px;
margin: 6px 5px 0 5px;
width: 41px;
font-size: @font-size-small;
overflow: hidden;
color: white;
}
}
}