Skip to content

Commit

Permalink
Adjusted selector editor font
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed May 30, 2013
1 parent 5e8363f commit db58e4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extension/content/firebug/css/selectorPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ function CSSSelectorsPanelEditor(doc)
CSSSelectorsPanelEditor.prototype = domplate(SelectorEditor.prototype,
{
tag:
INPUT({"class": "fixedWidthEditor a11yFocusNoTab",
INPUT({"class": "fixedWidthEditor selectorsPanelEditor a11yFocusNoTab",
type: "text",
title: Locale.$STR("Selector"),
oninput: "$onInput",
Expand Down
4 changes: 4 additions & 0 deletions extension/skin/classic/selectors.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
cursor: text;
}

.selectorsPanelEditor {
font-family: monospace !important;
}

.elementsGroups {
position: relative;
height: calc(100% - 18px);
Expand Down

0 comments on commit db58e4b

Please sign in to comment.