information buttons
All information 'i' type buttons are clickable yet they dont do anything on click. Their only purpose is to show text on hovered state.
-
Owner
diff --git a/circle/dashboard/static/dashboard/dashboard.css b/circle/dashboard/static/dashboard/dashboard.css index 65fb297..350050f 100644 --- a/circle/dashboard/static/dashboard/dashboard.css +++ b/circle/dashboard/static/dashboard/dashboard.css @@ -863,3 +863,7 @@ textarea[name="list-new-namelist"] { border-bottom: 1px dotted #aaa; padding: 5px 0px; } + +.infobtn { + cursor: help; +}
-
Status changed to closed by commit 988549
Toggle commit list
Please
register
or
sign in
to comment