Changeset 133674 in webkit


Ignore:
Timestamp:
Nov 6, 2012 2:50:30 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[BlackBerry] Update BB10 form theme.
https://bugs.webkit.org/show_bug.cgi?id=100760

Patch by Tiancheng Jiang <tijiang@rim.com> on 2012-11-06
Reviewed by Rob Buis.

RIM PR 238123
Internal Reviewed by Chris Hutten-Czapski
BB10 selection theme use slice image function to draw selection button,
any border-radius setting other than 0 will make the button corner
clipped. Always set button border-radius: 0 for BB10 theme.

  • css/themeBlackBerry.css:

(select[size][multiple]):
(select[size="1"]):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r133671 r133674  
     12012-11-06  Tiancheng Jiang  <tijiang@rim.com>
     2
     3        [BlackBerry] Update BB10 form theme.
     4        https://bugs.webkit.org/show_bug.cgi?id=100760
     5
     6        Reviewed by Rob Buis.
     7
     8        RIM PR 238123
     9        Internal Reviewed by Chris Hutten-Czapski
     10        BB10 selection theme use slice image function to draw selection button,
     11        any border-radius setting other than 0 will make the button corner
     12        clipped. Always set button border-radius: 0 for BB10 theme.
     13
     14        * css/themeBlackBerry.css:
     15        (select[size][multiple]):
     16        (select[size="1"]):
     17
    1182012-11-06  Elliott Sprehn  <esprehn@chromium.org>
    219
  • trunk/Source/WebCore/css/themeBlackBerry.css

    r133054 r133674  
    3636}
    3737
     38select[size="0"],
     39select[size="1"] {
     40    border-radius: 0;
     41}
     42
    3843::-webkit-validation-bubble-message {
    3944    padding-left: 10px;
Note: See TracChangeset for help on using the changeset viewer.