Quick CSS fix

Changed RevSlider tooltip user-row bubble height and width

Bug: T213643
Change-Id: I31278bf00730ba5993a881b695ebff2df2da7f6a
This commit is contained in:
gopavasanth 2019-01-14 18:01:49 +05:30 committed by WMDE-Fisch
parent 07982bcc54
commit cbf6d4b76c

View file

@ -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;