This commit is contained in:
gorhill 2016-01-07 09:25:14 -05:00
parent b3cd801a2c
commit 7f4016217e

View file

@ -54,7 +54,7 @@ a {
font-weight: normal; font-weight: normal;
} }
#gotoPrefs > span:nth-of-type(3) { #gotoPrefs > span:nth-of-type(3) {
opacity: 0.2; opacity: 0.5;
position: absolute; position: absolute;
} }
body[dir="ltr"] #gotoPrefs > span:nth-of-type(3) { body[dir="ltr"] #gotoPrefs > span:nth-of-type(3) {
@ -63,9 +63,6 @@ body[dir="ltr"] #gotoPrefs > span:nth-of-type(3) {
body[dir="rtl"] #gotoPrefs > span:nth-of-type(3) { body[dir="rtl"] #gotoPrefs > span:nth-of-type(3) {
right: 3px; right: 3px;
} }
#gotoPrefs:hover > span:nth-of-type(3) {
opacity: 0.65;
}
body[dir="ltr"] #panes { body[dir="ltr"] #panes {
direction: rtl; direction: rtl;
} }