mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
this fixes #830
This commit is contained in:
parent
4e7736bc10
commit
aa3cb0733e
@ -46,12 +46,26 @@ a {
|
|||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 3px 0;
|
padding: 3px 0;
|
||||||
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#version {
|
#version {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
font-weight: normal;
|
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 {
|
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></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 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