dharamgollapudi / jaikuengine

Automatically exported from code.google.com/p/jaikuengine
Apache License 2.0
0 stars 0 forks source link

hover over "older" at the bottom of my overview or "your jaikus" page the link text disappears #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i think the hover color is just wrong, probably a quick css fix, probably not 
as applicable to the 
jaikuengine project as that css is rather different

Original issue reported on code.google.com by andyster on 14 Mar 2009 at 9:47

GoogleCodeExporter commented 9 years ago
The hover color is missing. I've attached a patch that follows the precedent 
set on lines 599–603 in core.css:

    div#streams ul li a.unsubscribe:hover, div#streams ul li a.subscribe:hover {
        text-decoration: underline;
        background: transparent;
        color: #009bc7;
    }

Original comment by jonasnoc...@gmail.com on 16 Mar 2009 at 11:30

Attachments:

GoogleCodeExporter commented 9 years ago
Uploaded patch to http://rietku.appspot.com/3002 for code review.

Original comment by jonasnoc...@gmail.com on 27 Mar 2009 at 6:20

GoogleCodeExporter commented 9 years ago
Thanks Jonas! Submitted in revision 31. 

Original comment by tony.t.t...@gmail.com on 27 Mar 2009 at 11:36