mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-12-18 02:50:58 +00:00
Merge "RealtimePreview: Add drop shadow to floating button"
This commit is contained in:
commit
b7a78685ef
|
@ -71,6 +71,7 @@
|
||||||
top: 8px;
|
top: 8px;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
|
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 );
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover .ext-WikiEditor-reloadButton {
|
&:hover .ext-WikiEditor-reloadButton {
|
||||||
|
|
|
@ -11,3 +11,15 @@
|
||||||
padding: 0 3px 0 0;
|
padding: 0 3px 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ext-WikiEditor-twopanes-pane2 {
|
||||||
|
.ext-WikiEditor-reloadButton {
|
||||||
|
opacity: 0;
|
||||||
|
transition: opacity 100ms;
|
||||||
|
position: absolute;
|
||||||
|
top: 8px;
|
||||||
|
right: 15px;
|
||||||
|
z-index: 5;
|
||||||
|
box-shadow: 0 0.2em 1em rgba( 0, 0, 0, 0.3 );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue