mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-23 01:03:23 -05:00
More text decoration improvements.
This commit is contained in:
parent
d3ed149289
commit
28e290ba48
@ -123,6 +123,7 @@ $(function(){
|
|||||||
prop("title",title).css({textAlign: "center"});
|
prop("title",title).css({textAlign: "center"});
|
||||||
|
|
||||||
$('.update_interests a').css({color: "#1b691e", textDecoration: "none", cursor: "crosshair"});
|
$('.update_interests a').css({color: "#1b691e", textDecoration: "none", cursor: "crosshair"});
|
||||||
|
$('.update_interests a').hover( function(e){ $(this).css("color",e.type === "mouseenter"?"blue":"#1b691e");});
|
||||||
} else {
|
} else {
|
||||||
$(".volunteer_hours_" + obj.contact_id).
|
$(".volunteer_hours_" + obj.contact_id).
|
||||||
html("Summary | <span class='update_interests'><a href='./contact_add_edit_select.php?contact_id=" +
|
html("Summary | <span class='update_interests'><a href='./contact_add_edit_select.php?contact_id=" +
|
||||||
@ -132,6 +133,7 @@ $(function(){
|
|||||||
prop("title",title).css({textAlign: "center"});
|
prop("title",title).css({textAlign: "center"});
|
||||||
|
|
||||||
$('.update_interests a').css({color: "#1b691e", textDecoration: "none", cursor: "crosshair"});
|
$('.update_interests a').css({color: "#1b691e", textDecoration: "none", cursor: "crosshair"});
|
||||||
|
$('.update_interests a').hover( function(e){ $(this).css("color",e.type === "mouseenter"?"blue":"#1b691e");});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -148,6 +150,7 @@ $(function(){
|
|||||||
prop("title",title).css({textAlign: "center"});
|
prop("title",title).css({textAlign: "center"});
|
||||||
|
|
||||||
$('.update_interests a').css({color: "#1b691e", textDecoration: "none", cursor: "crosshair"});
|
$('.update_interests a').css({color: "#1b691e", textDecoration: "none", cursor: "crosshair"});
|
||||||
|
$('.update_interests a').hover( function(e){ $(this).css("color",e.type === "mouseenter"?"blue":"#1b691e");});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -168,6 +171,7 @@ $(function(){
|
|||||||
prop("title",title).css({textAlign: "center"});
|
prop("title",title).css({textAlign: "center"});
|
||||||
|
|
||||||
$('.update_interests a').css({color: "#1b691e", textDecoration: "none", cursor: "crosshair"});
|
$('.update_interests a').css({color: "#1b691e", textDecoration: "none", cursor: "crosshair"});
|
||||||
|
$('.update_interests a').hover( function(e){ $(this).css("color",e.type === "mouseenter"?"blue":"#1b691e");});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user