Fix pin button style

Bug: T145519
Change-Id: I1fdc0ec32b223732d59640a6462758c59b99ebac
This commit is contained in:
addshore 2016-09-15 11:33:11 +02:00 committed by Tobias Gritschacher
parent e4b409c5db
commit 5c9b9f7eb4

View file

@ -34,16 +34,6 @@
right: 1.875em;
}
/* This is a bit hacky way, the goal being to have a framed toggle button widget with some styles
of the frameless one (to fit the size of the toggle button */
.mw-revslider-auto-expand-button .oo-ui-buttonElement-button {
z-index: 10;
padding: 0;
box-sizing: border-box;
width: 1.875em;
height: 1.875em;
}
.mw-revslider-button-active {
background-color: #999;
}
@ -185,6 +175,18 @@ of the frameless one (to fit the size of the toggle button */
min-height: inherit;
}
/* This is a bit hacky way, the goal being to have a framed toggle button widget with some styles
of the frameless one (to fit the size of the toggle button */
.mw-revslider-container .mw-revslider-auto-expand-button .oo-ui-buttonElement-button {
z-index: 10;
padding: 0;
box-sizing: border-box;
width: 1.875em;
height: 1.875em;
background-color: transparent;
border: 0;
}
.mw-revslider-auto-expand-button.oo-ui-iconElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon {
position: static;
left: auto;