1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

fine tuning visual of tooltip in popup

This commit is contained in:
Raymond Hill 2014-12-05 12:53:59 -02:00
parent d0e34faac5
commit c123dba6f2

View File

@ -43,15 +43,16 @@ body[dir=rtl] [data-tip]:hover:after {
} }
[data-tip][data-tip-anchor="top"]:hover:after { [data-tip][data-tip-anchor="top"]:hover:after {
bottom: 105%; bottom: 140%;
top: auto; top: auto;
left: auto;
right: -10%;
} }
body[dir=ltr] [data-tip][data-tip-anchor="top"]:hover:after {
left: -500%;
right: 0;
}
body[dir=rtl] [data-tip][data-tip-anchor="top"]:hover:after { body[dir=rtl] [data-tip][data-tip-anchor="top"]:hover:after {
left: -10%; left: 0;
right: auto; right: -500%;
} }
@keyframes tooltip { @keyframes tooltip {