# HG changeset patch # User Florian Zeitz # Date 1374691916 -7200 # Node ID 1af68e5e40f37d78699c3ce0fb63f618c9c8a758 # Parent e5441d46d6ff90a9a8bb2f3d34d3071bcf0b39a7 mod_admin_web: Use a different cursor for expandable items diff -r e5441d46d6ff -r 1af68e5e40f3 mod_admin_web/admin_web/www_files/css/style.css --- a/mod_admin_web/admin_web/www_files/css/style.css Mon Jul 22 23:42:03 2013 +0200 +++ b/mod_admin_web/admin_web/www_files/css/style.css Wed Jul 24 20:51:56 2013 +0200 @@ -95,6 +95,10 @@ margin: 0 } +#s2sList li, #c2sList li { + cursor: pointer +} + #host { margin: 0.25em; }