mediawiki-extensions-Visual.../modules/ve-mw/preinit/styles/ve.init.mw.ProgressBarWidget-wikimediatheme.css
Volker E 9c9c86613d Use standard WikimediaUI theme styles
Follow-up to change in OOUI v0.39.2.

Bug: T256713
Change-Id: I09e990222b0068b07f59cc4b6449451b9e5df3d2
2020-06-30 20:37:01 +00:00

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