Changeset 75712 in webkit


Ignore:
Timestamp:
Jan 13, 2011 7:29:24 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-01-13 Yi Shen <yi.4.shen@nokia.com>

Reviewed by Eric Seidel.

[Qt] Use a black background color for the video element on Qt Mobile
https://bugs.webkit.org/show_bug.cgi?id=52252

Use black as the background color for the video element on Qt Mobile.

  • css/themeQtMobile.css: (video):
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r75711 r75712  
     12011-01-13  Yi Shen  <yi.4.shen@nokia.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [Qt] Use a black background color for the video element on Qt Mobile
     6        https://bugs.webkit.org/show_bug.cgi?id=52252
     7
     8        Use black as the background color for the video element on Qt Mobile.
     9
     10        * css/themeQtMobile.css:
     11        (video):
     12
    1132011-01-13  Yi Shen  <yi.4.shen@nokia.com>
    214
  • trunk/Source/WebCore/css/themeQtMobile.css

    r73869 r75712  
    129129    background: ButtonShadow;
    130130}
     131
     132video {
     133    background-color: #000000;
     134}
Note: See TracChangeset for help on using the changeset viewer.