add some additional files for dev toolbox in Nightly 23 (possibly 22 as well)
[themes.git] / LCARStrek / browser / devtools / profiler.css
CommitLineData
cc7e70eb
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
5window {
6 padding: 0;
7}
8
9.devtools-toolbar {
10 border-bottom: none;
11}
12
13.profile-name {
14 font-size: 13px;
15 padding: 8px;
16}
17
18#profiles-list > li {
19 width: 180px;
20 cursor: pointer;
21}
22
23.splitview-nav-container button {
24 color: #FF9F00;
25 background-clip: padding-box;
26 border-bottom: 1px solid #A09090;
27 -moz-padding-end: 8px;
28 -moz-box-align: center;
29}