mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-18 09:11:39 +00:00
added buttons for simpler testing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
beaaf0c1ad
commit
82f2669b8a
@ -40,15 +40,15 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.browse .list div.selected {
|
||||||
|
background: rgba(0,0,0, 0.05);
|
||||||
|
}
|
||||||
|
|
||||||
.browse .path .dir:hover,
|
.browse .path .dir:hover,
|
||||||
.browse .list div:hover {
|
.browse .list div:hover {
|
||||||
background: rgba(0,0,0, 0.1);
|
background: rgba(0,0,0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.browse .list div.selected {
|
|
||||||
background: rgba(0,0,0, 0.05);
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script src="../ext-lib/jquery.js"></script>
|
<script src="../ext-lib/jquery.js"></script>
|
||||||
@ -283,6 +283,11 @@ $(function(){
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<button onclick="pop()"><</button>
|
||||||
|
<button onclick="push()">></button>
|
||||||
|
<button onclick="prev()">^</button>
|
||||||
|
<button onclick="next()">v</button>
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="browse">
|
<div class="browse">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user