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/. */
9 color: var
(--theme-link-color
);
10 text-decoration: none
;
14 /* Storage Host Tree */
21 background: var
(--theme-sidebar-background
);
22 /* Let the component gain focus when a click hits an empty area */
23 -moz-user-focus: normal
;
32 /* Let the component gain focus when a click hits an empty area */
35 justify-content: center
;
37 -moz-user-focus: normal
;
40 #storage-table:focus
{
45 /* The minimum column width needs to be determined by the header width */
50 .table-widget-column {
54 /* Set minimum column widths */
70 /* Prevent all columns except for value from shrinking with the panel */
91 /* Text input in storage table */
92 #storage-table input
{
95 /* make sure the outline is not cut off */
97 box-sizing: border-box
;
100 color: var
(--theme-text-color-strong
);
101 background-color: var
(--theme-body-background
);
104 #storage-table input:focus
{
105 outline: 1px solid var
(--blue-50
);
108 /* Variables View Sidebar */
115 #storage-sidebar .devtools-toolbar
{
122 .devtools-input-toolbar forces display: flex; which does not work
123 properly with XUL. Force XUL flexbox instead.
131 margin-inline-start: -3px;
132 margin-inline-end: 1px;
133 outline-offset: -2px;
136 #storage-toolbar .add-button::before
{
137 background-image: url
("chrome://devtools/skin/images/add.svg");
138 -moz-user-focus: normal
;
141 #storage-toolbar .refresh-button::before
{
142 background-image: url
("chrome://devtools/skin/images/reload.svg");
143 -moz-user-focus: normal
;
146 #storage-toolbar .devtools-button
{
150 #storage-toolbar .devtools-button hbox
,
151 #storage-toolbar .sidebar-toggle
[hidden
] {
155 /* Responsive sidebar */
156 @media (width
< 700px) {
160 /* Override potential splitter-set width */
161 width: auto
!important
;
165 @media (width
>= 700px) {
168 /* Override potential splitter-set height */
169 height: auto
!important
;