mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
fix #2671
This commit is contained in:
parent
2920645d19
commit
5cc8551137
@ -56,18 +56,6 @@ a {
|
|||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
#gotoPrefs > span:nth-of-type(3) {
|
|
||||||
opacity: 0.5;
|
|
||||||
position: absolute;
|
|
||||||
top: 50%;
|
|
||||||
transform: translate(0, -50%);
|
|
||||||
}
|
|
||||||
body[dir="ltr"] #gotoPrefs > span:nth-of-type(3) {
|
|
||||||
left: 3px;
|
|
||||||
}
|
|
||||||
body[dir="rtl"] #gotoPrefs > span:nth-of-type(3) {
|
|
||||||
right: 3px;
|
|
||||||
}
|
|
||||||
body[dir="ltr"] #panes {
|
body[dir="ltr"] #panes {
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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><span class="fa"></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></a>
|
||||||
<div id="panes">
|
<div id="panes">
|
||||||
<div class="tooltipContainer">
|
<div class="tooltipContainer">
|
||||||
<p id="switch" data-i18n-tip="popupPowerSwitchInfo" data-tip-position="under"><span class="fa"></span></p>
|
<p id="switch" data-i18n-tip="popupPowerSwitchInfo" data-tip-position="under"><span class="fa"></span></p>
|
||||||
|
Loading…
Reference in New Issue
Block a user