Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / ui / file_manager / video_player / css / cast_menu.css
blobb4f9e32491cac1f1971d0e5b58bd15703bc88e3c
1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 .cast-menu {
6 border: 1px solid #7f7f7f;
7 border-radius: 1px;
8 min-width: 120px;
9 padding: 0;
10 position: absolute;
11 z-index: 1000;
14 .cast-menu.hidden {
15 display: none;
18 .cast-menu > :not(hr) {
19 -webkit-padding-end: 14px;
20 -webkit-padding-start: 19px;
21 background-color: #fff;
22 font-size: 12px;
23 padding-bottom: 5px;
24 padding-top: 5px;
25 text-overflow: ellipsis;
28 .cast-menu > [checked]:not(hr) {
29 /* A checkmark has 19 px width. */
30 -webkit-padding-start: 0;
33 .cast-menu > :not(hr):hover {
34 background-color: #eee;