mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
1a7c66ba89
--HG-- extra : rebase_source : b2eeb09bcdc089b064dc657fdecd2ee548ed5032
33 lines
732 B
CSS
33 lines
732 B
CSS
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
.devtools-tab {
|
|
-moz-binding: url("chrome://global/content/bindings/general.xml#control-item");
|
|
-moz-box-align: center;
|
|
}
|
|
|
|
#toolbox-controls > toolbarbutton > .toolbarbutton-text,
|
|
#toolbox-dock-buttons > toolbarbutton > .toolbarbutton-text,
|
|
.command-button > .toolbarbutton-text {
|
|
display: none;
|
|
}
|
|
|
|
#options-panel-container {
|
|
overflow: auto;
|
|
}
|
|
|
|
#options-panel {
|
|
overflow-y: auto;
|
|
display: block;
|
|
}
|
|
|
|
.options-vertical-pane {
|
|
display: inline;
|
|
float: left;
|
|
}
|
|
|
|
.options-vertical-pane > label {
|
|
display: block;
|
|
}
|