aboutsummaryrefslogtreecommitdiffstats
path: root/pages/options.css
AgeCommit message (Collapse)Author
2017-04-21Firefox: Fix format of popup buttons.Stephen Blott
@mrmr1993: This is trivial fix for Firefox, so it doesn't warrant a PR. I'll mention you just to keep you up to date on commits like this, though.
2017-04-13Use white-space: pre; for options page inputsmrmr1993
For textareas, we still want line breaks, otherwise we would use an input. Chrome (incorrectly) renders newlines in `white-space: nowrap` as line breaks; however, firefox collapses the newlines into horizontal whitespace. `white-space: pre` is spec'd as intended, and works correctly in Chrome and FF.
2016-03-13Tweak options page class names...Stephen Blott
We were using the class name exclusionRemoveButton for the `td` containing the button to remove exclusion rules on the options page. Because of this, we were (correctly) picking up the button itself as clickable, but incorrectly picking up also its enclosing `td` (which isn't actually clickable at all). The effect was to always have two hint labels over the remove button. This was happening simply because we have the text "button" in the class name. So, here, we just rename the classes.
2015-06-06Merge branch 'rework-completions'Stephen Blott
Conflicts: background_scripts/completion.coffee background_scripts/completion_engines.coffee
2015-05-31Completion page; functional version.Stephen Blott
2015-05-31Fully remove unused option.Stephen Blott
(This was supposed to have been removed previously. Oops!).
2015-05-31Merge pull request #1486 from smblott-github/advanced-options-buttonStephen Blott
Move "show-advanced-options" to a fixed-position button.
2015-05-11Search completion; add weigthing option.Stephen Blott
2015-02-15Move "show-advanced-options" to a button.Stephen Blott
2014-12-21Exclusion; rework layout.Stephen Blott
2014-12-20Exclusion; allow multiple matching rules.Stephen Blott