[wp-trac] [WordPress Trac] #17324: UI Style Update
WordPress Trac
wp-trac at lists.automattic.com
Fri May 13 07:34:50 UTC 2011
#17324: UI Style Update
----------------------------+--------------------------
Reporter: jane | Owner: koopersmith
Type: task (blessed) | Status: accepted
Priority: normal | Milestone: 3.2
Component: UI | Version: 3.1
Severity: normal | Resolution:
Keywords: has-patch |
----------------------------+--------------------------
Comment (by JDTrower):
I can't get a screenshot to show the cursor, but in [17861], the three
boxes on the Add/Edit Links page Name, Web Address, and Description show
the move cursor even though those three boxes are not moveable. The code
responsible is:
{{{
.widget .widget-top,
.postbox h3,
.stuffbox h3 {
margin-top: 1px;
border-bottom-width: 1px;
border-style: solid;
cursor: move;
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
}}}
My attached patch fixes the problem and I don't see any adverse effects
from removing .stuffbox h3 from this CSS code block.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17324#comment:56>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list