widgets.css (1199B)
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 /* BreacrumbsWidget */ 6 7 .breadcrumbs-widget-item { 8 direction: ltr; 9 } 10 11 .breadcrumbs-widget-item { 12 -moz-user-focus: normal; 13 } 14 15 /* VariablesView */ 16 17 .variables-view-container { 18 overflow-x: hidden; 19 overflow-y: auto; 20 direction: ltr; 21 22 label { 23 margin: 0; 24 } 25 } 26 27 .variables-view-element-details:not([open]) { 28 display: none; 29 } 30 31 .variable-or-property { 32 -moz-user-focus: normal; 33 } 34 35 .variables-view-scope > .title, 36 .variable-or-property > .title { 37 overflow: hidden; 38 } 39 40 .variables-view-scope[untitled] > .title, 41 .variable-or-property[untitled] > .title, 42 .variable-or-property[unmatched] > .title { 43 display: none; 44 } 45 46 .variable-or-property[pseudo-item] > tooltip { 47 display: none; 48 } 49 50 .variable-or-property > .title .toolbarbutton-text { 51 display: none; 52 } 53 54 .variables-view-container[aligned-values] [optional-visibility] { 55 display: none; 56 } 57 58 /* Table Widget */ 59 60 .table-widget-body label { 61 margin: 0; 62 } 63 64 .table-widget-body > .devtools-side-splitter:last-child { 65 display: none; 66 }