2015-10-22 15:01:44 +00:00
|
|
|
/*!
|
2017-10-21 13:03:54 +00:00
|
|
|
* VisualEditor MediaWiki DesktopArticleTarget WikimediaUI theme init styles.
|
2015-10-22 15:01:44 +00:00
|
|
|
*
|
2018-01-03 00:54:47 +00:00
|
|
|
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
2015-10-22 15:01:44 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ve-init-mw-desktopArticleTarget-progress {
|
|
|
|
height: 0.75em;
|
2016-09-19 22:25:45 +00:00
|
|
|
border: 1px solid #36c;
|
2015-10-22 15:01:44 +00:00
|
|
|
background: #fff;
|
|
|
|
border-radius: 2px;
|
2016-05-16 14:38:57 +00:00
|
|
|
box-shadow: 0 0.1em 0 0 rgba( 0, 0, 0, 0.15 );
|
2015-10-22 15:01:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ve-init-mw-desktopArticleTarget-progress-bar {
|
|
|
|
height: 0.75em;
|
2016-09-19 22:25:45 +00:00
|
|
|
background: #36c;
|
2015-10-22 15:01:44 +00:00
|
|
|
}
|