[aur-dev] [PATCH] Add help cursor for Popularity field hover.
Signed-off-by: Leonidas Spyropoulos <artafinde@gmail.com> --- web/html/css/aurweb.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index 5394281..7935f94 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -88,4 +88,5 @@ p.important { span.hover-help { border-bottom: 1px dotted black; + cursor:help; } -- 2.4.3
On 06/15/2015 08:14 PM, Leonidas Spyropoulos wrote:
Signed-off-by: Leonidas Spyropoulos <artafinde@gmail.com> --- web/html/css/aurweb.css | 1 + 1 file changed, 1 insertion(+)
diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index 5394281..7935f94 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -88,4 +88,5 @@ p.important {
span.hover-help { border-bottom: 1px dotted black; + cursor:help; }
Actually ignore this.
participants (1)
-
Leonidas Spyropoulos