Changeset 143421 in webkit


Ignore:
Timestamp:
Feb 19, 2013 5:59:23 PM (11 years ago)
Author:
dino@apple.com
Message:

Snapshotted plugin label should not be selectable
https://bugs.webkit.org/show_bug.cgi?id=110286

Reviewed by Simon Fraser.

Update the CSS to make it clear that you should click
on a snapshot (use the finger pointer) and disable
text selection.

  • css/plugIns.css:

(embed::-webkit-snapshotted-plugin-content .snapshot-container .snapshot-label):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r143420 r143421  
     12013-02-19  Dean Jackson  <dino@apple.com>
     2
     3        Snapshotted plugin label should not be selectable
     4        https://bugs.webkit.org/show_bug.cgi?id=110286
     5
     6        Reviewed by Simon Fraser.
     7
     8        Update the CSS to make it clear that you should click
     9        on a snapshot (use the finger pointer) and disable
     10        text selection.
     11
     12        * css/plugIns.css:
     13        (embed::-webkit-snapshotted-plugin-content .snapshot-container .snapshot-label):
     14
    1152013-02-19  Hans Muller  <hmuller@adobe.com>
    216
  • trunk/Source/WebCore/css/plugIns.css

    r142507 r143421  
    7474    padding: 0.25em 2em;
    7575    text-align: center;
     76    cursor: pointer;
     77    -webkit-user-select: none;
    7678}
    7779
Note: See TracChangeset for help on using the changeset viewer.