mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 23:05:35 +00:00
20bdb78512
Small mistake splitting the ooui commit, whoops Change-Id: I166df38234f432ab2ef00e7d156e49cba16ede99
18 lines
409 B
CSS
18 lines
409 B
CSS
/*!
|
|
* VisualEditor SurfaceToolbar styles.
|
|
*
|
|
* @copyright 2011-2013 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-surfaceToolbar-floating .ve-ui-toolbar-bar {
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 100;
|
|
border-top: none; /* TODO: Do we need this? What does it reset? */
|
|
}
|
|
|
|
.ve-ui-surfaceToolbar-floating .ve-ui-toolbar-shadow {
|
|
opacity: 0.5;
|
|
}
|