Skip to content
Snippets Groups Projects
Commit a7bf9537 authored by Morris Jobke's avatar Morris Jobke
Browse files

fix cursor for other elements in top right corner

parent adc14746
No related branches found
No related tags found
No related merge requests found
......@@ -258,6 +258,9 @@
padding: 7px 12px 6px 7px;
cursor: pointer;
}
#expand * {
cursor: pointer;
}
#expand:hover, #expand:focus, #expand:active { color:#fff; }
#expand img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70); opacity:.7; margin-bottom:-2px; }
#expand:hover img, #expand:focus img, #expand:active img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment