Commit ab41dbd6 authored by derat@chromium.org's avatar derat@chromium.org

chromeos: Fix cursor on OOBE network screen.

This fixes an issue where the network menu gets an I-beam
cursor instead of the default arrow cursor.

BUG=chromium-os:23842
TEST=manual: ran it and checked that the I-beam cursor is gone


Review URL: http://codereview.chromium.org/8826009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113421 0039d316-1c4b-4281-b951-d872f2087c98
parent 5edeea82
......@@ -99,7 +99,8 @@ hr.bottom {
#header span,
#user-image-screen-curtain p,
.label {
.label,
.menu-control {
cursor: default;
}
......
......@@ -14,7 +14,9 @@
</div>
</div>
<div class="control-with-label">
<label for="networks-list-dropdown" i18n-content="selectNetwork"
<!-- TODO: This label doesn't select the network list, since the latter is
implemented as a div of spans. Find a way to fix this. -->
<label for="networks-list" i18n-content="selectNetwork"
class="label menu-control"></label>
<div class="menu-area">
<div id="networks-list" class="menu-control"></div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment