mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-14 19:24:42 +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 {
|
||||
height: 17px;
|
||||
width: 17px;
|
||||
height: 1.428571em;
|
||||
width: 1.428571em;
|
||||
background-color: #ccc;
|
||||
border-radius: 100%;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in a new issue