EvaluationContextSelector.css (1117B)
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 .webconsole-evaluation-selector-button { 6 padding: 1px 16px 1px 8px !important; 7 margin-top: 2px; 8 background-position-x: right 4px !important; 9 max-width: 150px; 10 } 11 12 /* This overrides the .devtools-dropdown-button:dir(rtl) rule from toolbars.css */ 13 html[dir="rtl"] .webconsole-evaluation-selector-button { 14 background-position-x: right 4px !important; 15 } 16 17 .jsterm-editor .webconsole-editor-toolbar .webconsole-evaluation-selector-button { 18 height: 20px; 19 margin-inline-start: 5px; 20 margin-top: 1px; 21 } 22 23 .webconsole-evaluation-selector-button.checked.devtools-dropdown-button { 24 background-color: var(--blue-60); 25 color: white; 26 fill: currentColor; 27 } 28 29 .webconsole-evaluation-selector-button.checked.devtools-dropdown-button:hover, 30 .webconsole-evaluation-selector-button.checked.devtools-dropdown-button[aria-expanded="true"] { 31 background-color: var(--blue-70) !important; 32 color: white !important; 33 }