mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
9c9c86613d
Follow-up to change in OOUI v0.39.2. Bug: T256713 Change-Id: I09e990222b0068b07f59cc4b6449451b9e5df3d2
23 lines
538 B
CSS
23 lines
538 B
CSS
/*!
|
|
* VisualEditor progress bar widget WikimediaUI theme styles.
|
|
*
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-init-mw-progressBarWidget {
|
|
background-color: #fff;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
height: 0.875em;
|
|
border: 1px solid #36c;
|
|
border-radius: 0.875em;
|
|
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
|
|
}
|
|
|
|
.ve-init-mw-progressBarWidget-bar {
|
|
background-color: #36c;
|
|
height: 0.875em;
|
|
}
|