2019-02-06 01:06:10 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor progress bar widget WikimediaUI theme styles.
|
|
|
|
*
|
2020-01-08 17:13:04 +00:00
|
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
2019-02-06 01:06:10 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ve-init-mw-progressBarWidget {
|
2020-06-30 05:27:10 +00:00
|
|
|
background-color: #fff;
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 0.875em;
|
2019-02-06 01:06:10 +00:00
|
|
|
border: 1px solid #36c;
|
2020-06-30 05:27:10 +00:00
|
|
|
border-radius: 0.875em;
|
|
|
|
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
|
2019-02-06 01:06:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ve-init-mw-progressBarWidget-bar {
|
2020-06-30 05:27:10 +00:00
|
|
|
background-color: #36c;
|
|
|
|
height: 0.875em;
|
2019-02-06 01:06:10 +00:00
|
|
|
}
|