adjust both themes for changes in classic in SeaMonkey 2.16 cycle
[themes.git] / LCARStrek / browser / devtools / common.css
CommitLineData
3d85dbf1 1/* vim:set ts=2 sw=2 sts=2 et: */
9099c61d
RK
2/* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
3d85dbf1
RK
5
6/* Toolbar and Toolbar items */
7
8.devtools-toolbar {
9}
10
85cfb236 11.devtools-menulist,
3d85dbf1
RK
12.devtools-toolbarbutton {
13}
14
fcfb76ce
RK
15.devtools-toolbarbutton > .toolbarbutton-menubutton-button {
16 /*-moz-box-orient: horizontal;*/
17}
18
85cfb236 19devtools-menulist:-moz-focusring,
a40f6a79
RK
20.devtools-toolbarbutton:-moz-focusring {
21 outline: 1px dotted #008484;
a40f6a79
RK
22}
23
3d85dbf1
RK
24.devtools-toolbarbutton > .toolbarbutton-icon {
25}
26
8d7ef0d9
RK
27.devtools-toolbarbutton:not([label]) {
28 min-width: 20px;
29}
30
37953ab4 31.devtools-toolbarbutton:not([checked=true]):hover:active {
3d85dbf1
RK
32}
33
85cfb236 34.devtools-menulist[open=true],
fcfb76ce
RK
35.devtools-toolbarbutton[open=true],
36.devtools-toolbarbutton[checked=true] {
37}
38
37953ab4 39.devtools-toolbarbutton[checked=true] {
3d85dbf1
RK
40}
41
37953ab4 42.devtools-toolbarbutton[checked=true]:hover:active {
3d85dbf1
RK
43}
44
85cfb236
RK
45.devtools-menulist > .menulist-label-box {
46 text-align: center;
47}
48
49.devtools-menulist > .menulist-dropmarker {
50}
51
52.devtools-menulist:focus:not([open="true"]):not(.menulist-compact) > .menulist-label-box {
53}
54
37953ab4
RK
55/* LCARStrek checkbox colors don't work well against toolbar background */
56.devtools-toolbar > checkbox {
57 background-color: #000000;
58 padding: 2px;
59}
60
fcfb76ce
RK
61.devtools-toolbarbutton[type=menu-button] > .toolbarbutton-menubutton-button {
62}
63
64.devtools-toolbarbutton[type=menu-button]:-moz-locale-dir(rtl) > .toolbarbutton-menubutton-button {
65}
66
67.devtools-toolbarbutton[type=menu-button] {
68 padding: 0 1px;
69 -moz-box-align: stretch;
70}
71
72.devtools-toolbarbutton[type=menu] > .toolbarbutton-menu-dropmarker,
73.devtools-toolbarbutton[type=menu-button] > .toolbarbutton-menubutton-dropmarker {
fcfb76ce
RK
74 -moz-box-align: center;
75}
76
3d85dbf1
RK
77/* Search input */
78
79/*
80.devtools-searchinput {
81 -moz-appearance: none;
82 margin: 0 3px;
83 border: 1px solid hsla(211,68%,6%,.6);
84 box-shadow: inset 0 1px 0 hsla(211,68%,6%,.05), 0 0 0 1px hsla(210,40%,83%,.1);
85 border-radius: 2px;
86 background-color: transparent;
87 background-image: url(magnifying-glass.png), -moz-linear-gradient(hsla(210,16%,76%,.15), hsla(210,16%,76%,.35));
88 background-repeat: no-repeat;
85cfb236 89 background-position: 4px center, top left, top left;
3d85dbf1
RK
90 padding-top: 0;
91 padding-bottom: 0;
92 -moz-padding-start: 18px;
93 -moz-padding-end: 12px;
71a617ff
RK
94 transition-property: background-color, border-color, box-shadow;
95 transition-duration: 150ms;
96 transition-timing-function: ease;
85cfb236 97 color: inherit;
3d85dbf1
RK
98}
99
100.devtools-searchinput[focused] {
101 border-color: hsl(200,70%,40%) hsl(200,75%,37%) hsl(200,80%,35%);
102 background-origin: padding-box;
103 background-clip: padding-box;
104 box-shadow: inset 0 0 0 1px hsla(211,68%,6%,.1);
105}
106
107.devtools-searchinput:-moz-locale-dir(rtl) {
fcfb76ce 108 background-position: calc(100% - 4px) center, top left, top left;
3d85dbf1
RK
109}
110
111.devtools-searchinput > .textbox-input-box > .textbox-search-icons {
112 display: none;
113}
114
a7145e95 115.devtools-searchinput > .textbox-input-box > .textbox-input::-moz-placeholder {
3d85dbf1
RK
116 color: hsl(208,10%,66%);
117}
713cf603
RK
118*/
119
85cfb236
RK
120/* Close button */
121
122.devtools-closebutton {
123 list-style-image: url("chrome://global/skin/icons/close-button.gif");
124 min-width: 16px;
125 width: 16px;
126}
127
128.devtools-closebutton > .toolbarbutton-text {
129 display: none;
130}
131
132.devtools-closebutton:hover,
133.devtools-closebutton:hover:active {
134 list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
135}
136
37953ab4 137/* Splitters */
85cfb236
RK
138
139.devtools-horizontal-splitter {
85cfb236
RK
140 min-height: 3px;
141 height: 3px;
85cfb236
RK
142 position: relative;
143}
713cf603 144
8d7ef0d9 145#devtools-side-splitter {
37953ab4
RK
146 min-width: 0;
147 width: 3px;
148 position: relative;
713cf603 149}
445863a2
RK
150
151#profiler-chrome {
152 /* HACK for profiler in the dev toolbox in FF 20+. */
153 margin: -3px;
154}
155
156#profiler-chrome > box > box > .devtools-toolbar {
157 border-bottom: none;
158}