mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 11:31:22 +00:00
Change hover state for non-enabled
This commit is contained in:
parent
62e04cbf5b
commit
a1803305fb
2 changed files with 6 additions and 5 deletions
1
TODO.md
1
TODO.md
|
@ -7,6 +7,7 @@
|
||||||
* Add file extensions ourselves to push state
|
* Add file extensions ourselves to push state
|
||||||
* Proper markdown highlighting
|
* Proper markdown highlighting
|
||||||
* Better about page text
|
* Better about page text
|
||||||
|
* test new interface in browsers
|
||||||
|
|
||||||
|
|
||||||
# shared version only
|
# shared version only
|
||||||
|
|
|
@ -49,11 +49,11 @@
|
||||||
<a href="/about" class="logo"></a>
|
<a href="/about" class="logo"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="box2">
|
<div class="box2">
|
||||||
<a href="#" class="save function"></a>
|
<div class="save function"></div>
|
||||||
<a href="#" class="new function"></a>
|
<div class="new function"></div>
|
||||||
<a href="#" class="duplicate function"></a>
|
<div class="duplicate function"></div>
|
||||||
<a href="#" class="link function"></a>
|
<div class="link function"></div>
|
||||||
<a href="#" class="twitter function"></a>
|
<div class="twitter function"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="box3" style="display:none;">
|
<div class="box3" style="display:none;">
|
||||||
<div class="label"></div>
|
<div class="label"></div>
|
||||||
|
|
Loading…
Reference in a new issue