You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Patrick Mueller (JIRA)" <ji...@apache.org> on 2013/05/15 00:37:16 UTC

[jira] [Commented] (CB-3391) style properties checkboxes hide when you mouse over the right side of them

    [ https://issues.apache.org/jira/browse/CB-3391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13657622#comment-13657622 ] 

Patrick Mueller commented on CB-3391:
-------------------------------------

in inspector.css, ~ line 4500, there are rules to show the checkbox on hover (I think).

{noformat}
.styles-section:hover .properties .enabled-button {
    display: block;
}

.styles-section .properties li.disabled .enabled-button {
    display: block;
}
{noformat}

Wonder why they aren't working.  
                
> style properties checkboxes hide when you mouse over the right side of them
> ---------------------------------------------------------------------------
>
>                 Key: CB-3391
>                 URL: https://issues.apache.org/jira/browse/CB-3391
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: weinre
>            Reporter: Patrick Mueller
>            Assignee: Patrick Mueller
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira