indicate slider interactivity on hovering name
This commit is contained in:
parent
adb2b1004d
commit
f70ba6328c
|
@ -242,6 +242,9 @@ html[style] .entry-content {
|
||||||
.entry .onoffswitch input {
|
.entry .onoffswitch input {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
.style-name:hover .onoffswitch span {
|
||||||
|
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .8);
|
||||||
|
}
|
||||||
|
|
||||||
.entry:nth-child(even) {
|
.entry:nth-child(even) {
|
||||||
background-color: rgba(0, 0, 0, 0.05);
|
background-color: rgba(0, 0, 0, 0.05);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user