second and final part of syncing LCARStrek with Firefox 49/50 devtools theme changes
[themes.git] / LCARStrek / devtools / components-h-split-box.css
1 /* vim:set ts=2 sw=2 sts=2 et: */
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 file,
4  * You can obtain one at http://mozilla.org/MPL/2.0/. */
5
6 /**
7  * HSplitBox Component
8  * Styles for React component at `devtools/client/shared/components/h-split-box.js`
9  */
10
11 .h-split-box,
12 .h-split-box-pane {
13   overflow: auto;
14   margin: 0;
15   padding: 0;
16   width: 100%;
17   height: 100%;
18 }
19
20 .h-split-box {
21   display: flex;
22   flex-direction: row;
23   flex: 1;
24 }