mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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 .list div:hover {
|
||||
background: rgba(0,0,0, 0.1);
|
||||
}
|
||||
|
||||
.browse .list div.selected {
|
||||
background: rgba(0,0,0, 0.05);
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<script src="../ext-lib/jquery.js"></script>
|
||||
@ -283,6 +283,11 @@ $(function(){
|
||||
|
||||
<body>
|
||||
|
||||
<button onclick="pop()"><</button>
|
||||
<button onclick="push()">></button>
|
||||
<button onclick="prev()">^</button>
|
||||
<button onclick="next()">v</button>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="browse">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user