support new nightly versions
[themes.git] / LCARStrek / devtools / devtools-browser.css
CommitLineData
d0a8de80
RK
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/. */
4
5@import url("splitters.css");
6
7/* Bottom-docked toolbox minimize transition */
8.devtools-toolbox-bottom-iframe {
9 transition: margin-bottom .1s;
10}
11
12.devtools-toolbox-side-iframe {
13 min-width: 465px;
14}
15
16/* Eyedropper Widget */
17/* <panel> added to mainPopupSet */
18
19.devtools-eyedropper-panel {
20 pointer-events: none;
21 -moz-appearance: none;
22 width: 156px;
23 height: 120px;
24 background-color: transparent;
25 border: none;
26}
27
28#color-value {
29 color: #FF9F00;
30}
31
32#color-value.highlight {
33 color: #FFCF00;
34}