Improve flickr overlay image dark layout
This commit is contained in:
@@ -767,17 +767,18 @@ input {
|
|||||||
|
|
||||||
dialog {
|
dialog {
|
||||||
border:none;
|
border:none;
|
||||||
|
background-color:rgba(59, 59, 59, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog::backdrop {
|
dialog::backdrop {
|
||||||
background: repeating-linear-gradient(
|
background: repeating-linear-gradient(
|
||||||
30deg,
|
30deg,
|
||||||
rgba(24, 194, 236, 0.2),
|
rgba(30, 50, 80, 0.2),
|
||||||
rgba(24, 194, 236, 0.2) 1px,
|
rgba(30, 50, 80, 0.2) 1px,
|
||||||
rgba(24, 194, 236, 0.3) 1px,
|
rgba(30, 50, 80, 0.3) 1px,
|
||||||
rgba(24, 194, 236, 0.3) 20px
|
rgba(30, 50, 80, 0.3) 20px
|
||||||
);
|
);
|
||||||
backdrop-filter: blur(1px);
|
backdrop-filter: blur(3px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered_image_container {
|
.centered_image_container {
|
||||||
|
|||||||
Reference in New Issue
Block a user