mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 03:33:45 +00:00
Quick CSS fix
Changed RevSlider tooltip user-row bubble height and width Bug: T213643 Change-Id: I31278bf00730ba5993a881b695ebff2df2da7f6a
This commit is contained in:
parent
07982bcc54
commit
cbf6d4b76c
|
@ -417,8 +417,8 @@ of the frameless one (to fit the size of the toggle button */
|
||||||
}
|
}
|
||||||
|
|
||||||
.mw-revslider-bubble {
|
.mw-revslider-bubble {
|
||||||
height: 17px;
|
height: 1.428571em;
|
||||||
width: 17px;
|
width: 1.428571em;
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue