Bug 36390: Two minor OPAC CSS fixes
This patch makes corrections to OPAC CSS to address two small issues.
To test, apply the patch and rebuild the OPAC CSS.
- Perform a catalog search which will return multiple results..
- In the table of search results, check the icon and text for the
controls under each title: "Place hold", "Add tag", "Add to cart" etc.
- The colors should be consistent, with a slightly darker blue for the
icons.
- Scroll down until the table header "sticks" to the top of the
viewport.
- There should be no gap between the header row with the pagination
links and the row with the "Select all", "Clear all", etc. controls.
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 09119cf9c5
)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
1efd5c6a1f
commit
eee4ebf0e7
1 changed files with 8 additions and 5 deletions
|
@ -518,14 +518,16 @@ th {
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
i {
|
i {
|
||||||
&.fa {
|
&.fa,
|
||||||
|
&.fa-solid {
|
||||||
color: #338468;
|
color: #338468;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
&.fa {
|
&.fa,
|
||||||
|
&.fa-solid {
|
||||||
color: #4466AE;
|
color: #4466AE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -535,7 +537,8 @@ th {
|
||||||
color: #900;
|
color: #900;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
&.fa {
|
&.fa,
|
||||||
|
&.fa-solid {
|
||||||
color: #C60000;
|
color: #C60000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -549,7 +552,8 @@ th {
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
i {
|
i {
|
||||||
&.fa {
|
&.fa,
|
||||||
|
&.fa-solid {
|
||||||
color: #333;
|
color: #333;
|
||||||
opacity: .65;
|
opacity: .65;
|
||||||
}
|
}
|
||||||
|
@ -1167,7 +1171,6 @@ fieldset {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-top: 3px;
|
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-top: .5em;
|
padding-top: .5em;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
Loading…
Reference in a new issue