Publication: CSS for a transparent image
No Thumbnail Available
Date
2017
Authors
Journal Title
Journal ISSN
Volume Title
Publisher
Abstract
Description
Add the following to system preference opacusercss for an "invisible" "no image" block<br />
<pre><code>
.no-image {
background-color: #fff;
border: 1px solid #fff;
color:white;
display: block;
font-size: 86%;
font-weight: bold;
text-align: center;
width: 75px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
</code></pre>
Keywords
Koha3.20+