Skip to content

Commit

Permalink
Assign pointer cursor to the element independent of the state, fix #509
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnesayeed committed Aug 16, 2018
1 parent 35a6a5c commit d98e63c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ipwb/webui/webui.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ h1 img {height: 2.0em;}
abbr:hover {cursor: help;}
.hidden {display: none;}
#uriList {list-style-type: none; text-align: left; margin: auto;}
a#memCountListLink {border-bottom: 1px dotted black;}
a#memCountListLink {border-bottom: 1px dotted black; cursor: pointer;}
a#memCountListLink.activated {border-bottom: 2px solid #009900;}
a#memCountListLink.activated:hover {cursor: default;}
a#memCountListLink:hover {cursor: pointer;}
p.centered {text-align: center;}
p.topSpace {margin-top: 1.0em;}

Expand Down Expand Up @@ -37,4 +35,4 @@ details label {padding: 0; color: #8f1d27; width: 200px; text-align: right; disp
details label#daemonStatusLabel {height: 10px; margin-top: 0; vertical-align: top;}
details label.twoRowLabel {height: 2.0em;}

form input[type=submit] {display: block; clear: both; margin: 0.5em auto 0 auto;}
form input[type=submit] {display: block; clear: both; margin: 0.5em auto 0 auto;}

0 comments on commit d98e63c

Please sign in to comment.