aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/tooltip/video-player.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/tooltip/video-player.html b/demos/tooltip/video-player.html
index ce349d11e..1a41ef7f4 100644
--- a/demos/tooltip/video-player.html
+++ b/demos/tooltip/video-player.html
@@ -19,13 +19,13 @@
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 {