aboutsummaryrefslogtreecommitdiffstats
path: root/pages/options.css
AgeCommit message (Collapse)Author
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