From 067619766715f5aca7554a818a475419fc665e63 Mon Sep 17 00:00:00 2001 From: jez Date: Fri, 31 Dec 2010 15:22:05 +0800 Subject: Tidy up checkbox handling in the options page. Disable linkHintCharacters textbox when filterLinkHints option is on. Enable save button whenever there is data change in the form (keyup event does not account for the possibility of data change via mouse copy/paste, however unlikely that use case seems.) --- options.html | 61 +++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 40 insertions(+), 21 deletions(-) (limited to 'options.html') diff --git a/options.html b/options.html index 8be47f4c..f752abcd 100644 --- a/options.html +++ b/options.html @@ -70,7 +70,10 @@ tr.advancedOption { display:none; } - + input:read-only { + background-color: #eee; + color: #666; + }