--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<svg xmlns="http://www.w3.org/2000/svg"
+ width="10"
+ height="20">
+ <path d="M 10,0 L 0,10 10,20 z"
+ fill="#808080"/>
+ <path d="M 10,1 L 1,10 10,19 z"
+ fill="#CCD0DD"/>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<svg xmlns="http://www.w3.org/2000/svg"
+ width="20"
+ height="10">
+ <path d="M 0,10 L 10,0 20,10 z"
+ fill="#808080"/>
+ <path d="M 1,10 L 10,1 19,10 z"
+ fill="#CCD0DD"/>
+</svg>
background-image: url("chrome://global/skin/media/unmuteButton.png");
}
+.muteButton[noAudio] {
+ background-image: url("chrome://global/skin/media/noAudio.png");
+}
+
.fullscreenButton {
background: -moz-image-rect(url("chrome://global/skin/media/fullscreenButton.png"), 0, 16, 16, 0) no-repeat center;
margin: 0;
panel[type="arrow"][side="top"],
panel[type="arrow"][side="bottom"] {
- margin-left: -25px;
- margin-right: -25px;
+ margin-left: -20px;
+ margin-right: -20px;
}
panel[type="arrow"][side="left"],
panel[type="arrow"][side="right"] {
- margin-top: -25px;
- margin-bottom: -25px;
+ margin-top: -20px;
+ margin-bottom: -20px;
}
.panel-arrowcontent {
- border: 1px outset #CCD0DD;
- background-color: #CCD0DD;
padding: 6px;
+ background-color: #CCD0DD;
+ background-clip: padding-box;
+ border: 1px outset #CCD0DD;
margin: 3px;
}
+.panel-arrow[side="top"],
+.panel-arrow[side="bottom"] {
+ list-style-image: url("chrome://global/skin/arrow/panelarrow-vertical.svg");
+ position: relative;
+ margin-left: 10px;
+ margin-right: 10px;
+}
+
.panel-arrow[side="top"] {
- list-style-image: url("chrome://global/skin/arrow/panelarrow-up.png");
- margin-left: 5px;
- margin-right: 5px;
- margin-bottom: -8px;
- margin-top: -6px;
+ margin-bottom: -5px;
}
.panel-arrow[side="bottom"] {
- list-style-image: url("chrome://global/skin/arrow/panelarrow-down.png");
- margin-left: 5px;
- margin-right: 5px;
- margin-top: -8px;
- margin-bottom: -6px;
+ -moz-transform: scaleY(-1);
+ margin-top: -5px;
+}
+
+.panel-arrow[side="left"],
+.panel-arrow[side="right"] {
+ list-style-image: url("chrome://global/skin/arrow/panelarrow-horizontal.svg");
+ position: relative;
+ margin-top: 10px;
+ margin-bottom: 10px;
}
.panel-arrow[side="left"] {
- list-style-image: url("chrome://global/skin/arrow/panelarrow-horiz.png");
- margin-top: 5px;
- margin-bottom: 5px;
- margin-right: -8px;
- margin-left: -6px;
+ margin-right: -5px;
}
.panel-arrow[side="right"] {
- list-style-image: url("chrome://global/skin/arrow/panelarrow-horiz.png");
-moz-transform: scaleX(-1);
- margin-top: 5px;
- margin-bottom: 5px;
- margin-left: -8px;
- margin-right: -6px;
+ margin-left: -5px;
}
tooltip {
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<svg xmlns="http://www.w3.org/2000/svg"
+ width="10"
+ height="20">
+ <path d="M 10,0 L 0,10 10,20 z"
+ fill="#FF9F00"/>
+ <path d="M 10,1 L 1,10 10,19 z"
+ fill="#000000"/>
+</svg>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<svg xmlns="http://www.w3.org/2000/svg"
+ width="20"
+ height="10">
+ <path d="M 0,10 L 10,0 20,10 z"
+ fill="#FF9F00"/>
+ <path d="M 1,10 L 10,1 19,10 z"
+ fill="#000000"/>
+</svg>
background-image: url("chrome://global/skin/media/unmuteButton-hover.png");
}
+.muteButton[noAudio] {
+ background-image: url("chrome://global/skin/media/noAudio.png");
+}
+
.fullscreenButton {
background: -moz-image-rect(url("chrome://global/skin/media/fullscreenButton.png"), 0, 16, 16, 0) no-repeat center;
margin: 0;
panel[type="arrow"][side="top"],
panel[type="arrow"][side="bottom"] {
- margin-left: -25px;
- margin-right: -25px;
+ margin-left: -20px;
+ margin-right: -20px;
}
panel[type="arrow"][side="left"],
panel[type="arrow"][side="right"] {
- margin-top: -25px;
- margin-bottom: -25px;
+ margin-top: -20px;
+ margin-bottom: -20px;
}
.panel-arrowcontent {
- border: 1px solid #FF9F00;
- background-color: #000000;
border-radius: 6px;
padding: 6px;
+ background-color: #000000;
+ background-clip: padding-box;
+ border: 1px solid #FF9F00;
margin: 3px;
}
+.panel-arrow[side="top"],
+.panel-arrow[side="bottom"] {
+ list-style-image: url("chrome://global/skin/arrow/panelarrow-vertical.svg");
+ position: relative;
+ margin-left: 10px;
+ margin-right: 10px;
+}
+
.panel-arrow[side="top"] {
- list-style-image: url("chrome://global/skin/arrow/panelarrow-up.png");
- margin-left: 5px;
- margin-right: 5px;
- margin-bottom: -8px;
- margin-top: -6px;
+ margin-bottom: -5px;
}
.panel-arrow[side="bottom"] {
- list-style-image: url("chrome://global/skin/arrow/panelarrow-down.png");
- margin-left: 5px;
- margin-right: 5px;
- margin-top: -8px;
- margin-bottom: -6px;
+ -moz-transform: scaleY(-1);
+ margin-top: -5px;
+}
+
+.panel-arrow[side="left"],
+.panel-arrow[side="right"] {
+ list-style-image: url("chrome://global/skin/arrow/panelarrow-horizontal.svg");
+ position: relative;
+ margin-top: 10px;
+ margin-bottom: 10px;
}
.panel-arrow[side="left"] {
- list-style-image: url("chrome://global/skin/arrow/panelarrow-horiz.png");
- margin-top: 5px;
- margin-bottom: 5px;
- margin-right: -8px;
- margin-left: -6px;
+ margin-right: -5px;
}
.panel-arrow[side="right"] {
- list-style-image: url("chrome://global/skin/arrow/panelarrow-horiz.png");
-moz-transform: scaleX(-1);
- margin-top: 5px;
- margin-bottom: 5px;
- margin-left: -8px;
- margin-right: -6px;
+ margin-left: -5px;
}
tooltip {