mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Add black background for caption
This commit is contained in:
parent
b5ddd6b9df
commit
84a7be5ba3
@ -84,7 +84,7 @@
|
||||
}
|
||||
|
||||
.controls-caption {
|
||||
opacity: 0.5;
|
||||
opacity: 0.7;
|
||||
top: 0;
|
||||
position: absolute;
|
||||
height: initial;
|
||||
@ -92,6 +92,8 @@
|
||||
width: 75%;
|
||||
padding: 5px 13px;
|
||||
font-size: 1.5rem;
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
border-radius: 5px !important;
|
||||
}
|
||||
|
||||
.controls-zoom {
|
||||
|
Loading…
Reference in New Issue
Block a user