]> source.dussan.org Git - jquery-ui.git/commitdiff
Tooltip: Don't use `rgba()` for solid colors in video player demo
authorScott González <scott.gonzalez@gmail.com>
Tue, 6 May 2014 12:35:00 +0000 (08:35 -0400)
committerScott González <scott.gonzalez@gmail.com>
Tue, 6 May 2014 12:37:05 +0000 (08:37 -0400)
Fixes a display issue in IE8.

demos/tooltip/video-player.html

index ce349d11ed72038b760736c966977520e59d2c8b..1a41ef7f4567ea46b6a9d167c97f76163936ffaa 100644 (file)
                width: 500px;
                height: 300px;
                border: 2px groove gray;
-               background: rgb(200, 200, 200);
+               background: #ccc;
                text-align: center;
                line-height: 300px;
        }
        .ui-tooltip {
                border: 1px solid white;
-               background: rgba(20, 20, 20, 1);
+               background: #111;
                color: white;
        }
        .ui-menu {