mirror of https://github.com/gorhill/uBlock.git
this fixes #830
This commit is contained in:
parent
4e7736bc10
commit
aa3cb0733e
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<a href="dashboard.html" target="_blank" id="gotoPrefs" data-i18n-tip="popupTipDashboard" data-tip-position="under"><span id="appname"> </span> <span id="version"> </span></a>
|
||||
<a href="dashboard.html" target="_blank" id="gotoPrefs" data-i18n-tip="popupTipDashboard" data-tip-position="under"><span id="appname"> </span> <span id="version"> </span><span class="fa"></span></a>
|
||||
<div id="panes">
|
||||
<div class="tooltipContainer">
|
||||
<p id="switch" data-i18n-tip="popupPowerSwitchInfo" data-tip-position="under"><span class="fa"></span></p>
|
||||
|
|
Loading…
Reference in New Issue