From aa3cb0733e611a768001c89b4ca18b02706a4230 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 2 Jan 2016 19:58:08 -0500 Subject: [PATCH] this fixes #830 --- src/css/popup.css | 14 ++++++++++++++ src/popup.html | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/css/popup.css b/src/css/popup.css index f78220745..ff0417199 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -46,12 +46,26 @@ a { line-height: 12px; margin: 0; padding: 3px 0; + position: relative; text-align: center; } #version { font-size: 10px; font-weight: normal; } +#gotoPrefs > span:nth-of-type(3) { + opacity: 0.35; + position: absolute; + } +body[dir="ltr"] #gotoPrefs > span:nth-of-type(3) { + left: 3px; + } +body[dir="rtl"] #gotoPrefs > span:nth-of-type(3) { + right: 3px; + } +#gotoPrefs:hover > span:nth-of-type(3) { + opacity: 0.65; + } body[dir="ltr"] #panes { direction: rtl; } diff --git a/src/popup.html b/src/popup.html index ce11b711b..34f0a48b2 100644 --- a/src/popup.html +++ b/src/popup.html @@ -10,7 +10,7 @@ - +