2015-10-22 15:01:44 +00:00
|
|
|
/*!
|
2017-04-05 18:13:28 +00:00
|
|
|
* VisualEditor MediaWiki DesktopArticleTarget MediaWiki theme init styles.
|
2015-10-22 15:01:44 +00:00
|
|
|
*
|
2017-01-03 16:58:33 +00:00
|
|
|
* @copyright 2011-2017 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
|
|
|
}
|