From 5d5118426adee2f6fef525107036c2a8f5fbaa48 Mon Sep 17 00:00:00 2001 From: Pradeep CE (cep) Date: Feb 23 2017 21:51:34 +0000 Subject: Show hand pointer when hovering over 'open changed file' icon --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index dc6d0a3..f042b34 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -81,6 +81,10 @@ html top: 3px !important; /* work around a small vertical misalignment */ } +.open_changed_file_icon:hover { + cursor: pointer; +} + .alert-info pre { background-color:#CFE5F0;