indicate slider interactivity on hovering name

This commit is contained in:
tophf 2020-11-21 17:33:13 +03:00
parent adb2b1004d
commit f70ba6328c

View File

@ -242,6 +242,9 @@ html[style] .entry-content {
.entry .onoffswitch input {
pointer-events: none;
}
.style-name:hover .onoffswitch span {
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .8);
}
.entry:nth-child(even) {
background-color: rgba(0, 0, 0, 0.05);