mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-03 18:29:32 +01:00
* Fixed issues with JS path
* Trying pull request
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
.jspContainer
|
||||
{
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.jspPane
|
||||
@@ -95,16 +95,24 @@
|
||||
background: #80808d;
|
||||
}
|
||||
|
||||
.jspVerticalBar .jspArrow .jspArrowUp {
|
||||
background: url(../images/arrow-up.png) no-repeat 50% 50%;
|
||||
}
|
||||
.jspVerticalBar .jspArrow .jspArrowDown {
|
||||
background: url(../images/arrow-down.png) no-repeat 50% 50%;
|
||||
}
|
||||
.jspVerticalBar .jspArrow
|
||||
{
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
|
||||
.jspHorizontalBar .jspArrow
|
||||
{
|
||||
width: 10px;
|
||||
float: left;
|
||||
height: 100%;
|
||||
background-image: url(../images/arrow-up.png);
|
||||
}
|
||||
|
||||
.jspVerticalBar .jspArrow:focus
|
||||
|
||||
Reference in New Issue
Block a user