1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

Add black background for navigation arrow

This commit is contained in:
Torbjörn Svangård 2021-04-06 09:51:01 +02:00
parent a48e66e1f7
commit b5ddd6b9df

View File

@ -10,6 +10,8 @@
cursor: pointer; cursor: pointer;
font-size: xx-large; font-size: xx-large;
left: 0; left: 0;
background-color:rgba(0,0,0,0.2);
border-radius: 5px !important;
} }
.navigation-arrow span { .navigation-arrow span {