diff --git a/options/options.css b/options/options.css index 6872659..f1add89 100644 --- a/options/options.css +++ b/options/options.css @@ -203,6 +203,9 @@ td.hideColumn { .content .hide:checked ~ .display, .displayHidden:checked ~ .display { background-image: url(notVisible.svg); } +.content .hide:focus ~ .display, .displayHidden:focus ~ .display { + outline: 1px dotted black; +} .optionsLink { text-align: right; diff --git a/releaseNotes.txt b/releaseNotes.txt index 78c2fe5..61edaee 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -3,7 +3,9 @@ Version 0.5.6: - new features: - - url specific values can be added by hitting enter in the input + - options gui improvements + - url specific values can be added by hitting enter in the input + - highlight "hide" icon when "tabing" to it fixes: -