1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 border: 1px solid #9C9CFF;
14 -moz-appearance: none;
19 background-image: url("chrome://branding/content/icon48.png");
20 background-repeat: no-repeat;
21 background-size: 22px;
22 background-position: center center;
24 background-color: #000000;
27 #firefoxButton:hover {
28 background-color: #FFCF00;
32 background-image: url("webRTC-screen-16.png");
33 background-position: center center;
34 background-repeat: no-repeat;
35 background-size: 16px;
40 window[sharingscreen] > #screenShareButton {
46 background-repeat: no-repeat;
49 /* When screen sharing, need to pull in the separator: */
50 window[sharingscreen] > #audioVideoButton {
54 /* Single icon button: */
55 window[sharingvideo] > #audioVideoButton,
56 window[sharingaudio] > #audioVideoButton {
58 background-position: center center;
59 background-size: 16px;
63 window[sharingvideo] > #audioVideoButton {
64 background-image: url("webRTC-camera-16.png");
67 window[sharingaudio] > #audioVideoButton {
68 background-image: url("webRTC-microphone-16.png");
71 /* Multi-icon button: */
72 window[sharingaudio][sharingvideo] > #audioVideoButton {
73 background-image: url("webRTC-camera-16.png"),
74 url("webRTC-microphone-16.png");
75 background-position: 6px center, 26px center;
76 background-size: 16px, 16px;
83 /* background-color: #C09070;*/
86 #audioVideoButton:hover,
87 #screenShareButton:hover {
88 /* background-color: #FFCF00;*/
91 /* Don't show the dropmarker for the type="menu" case */
92 #audioVideoButton > .box-inherit > .button-menu-dropmarker,
93 #screenShareButton > .box-inherit > .button-menu-dropmarker {
97 /* Separator in case of screen sharing + video/audio sharing */
100 margin: 4px -1px 4px 0;
101 background-color: #A09090;
102 /* Separator needs to show above either button when they're hovered: */
108 window[sharingscreen][sharingvideo] > #shareSeparator,
109 window[sharingscreen][sharingaudio] > #shareSeparator {
113 :-moz-any(#audioVideoButton, #screenShareButton,
114 #firefoxButton):-moz-focusring > .button-box {