mediawiki-extensions-Visual.../modules/ve/ui/styles/ve.ui.SurfaceToolbar.css
Roan Kattouw 20bdb78512 Followup bb03e8f: fix toolbar floating
Small mistake splitting the ooui commit, whoops

Change-Id: I166df38234f432ab2ef00e7d156e49cba16ede99
2013-10-22 23:19:22 +00:00

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