adding spots for navigation for touch screens
This commit is contained in:
@@ -226,6 +226,19 @@ iframe {
|
||||
line-height: 40px;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
#prevTouch,#nextTouch {
|
||||
width: 10%;
|
||||
height: inherit;
|
||||
position: absolute;
|
||||
display: block;
|
||||
z-index: 1;
|
||||
cursor: pointer;
|
||||
}
|
||||
#prevTouch:hover,#nextTouch:hover {
|
||||
background-color: rgba(238,238,238,0.5);
|
||||
}
|
||||
#prevTouch { left:0px; }
|
||||
#nextTouch { right:0px; }
|
||||
.thumbmenu {
|
||||
font-size: small;
|
||||
margin: 4px 4px 4px 15px;
|
||||
|
||||
Reference in New Issue
Block a user