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
|
|
|
*
|
2020-01-08 17:13:04 +00:00
|
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
2015-10-22 15:01:44 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2022-01-24 23:35:50 +00:00
|
|
|
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar {
|
|
|
|
height: 42px;
|
2018-05-22 20:25:33 +00:00
|
|
|
border-bottom: 1px solid #c8ccd1;
|
|
|
|
box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
|
|
|
|
}
|
|
|
|
|
|
|
|
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-open {
|
2019-02-05 23:54:00 +00:00
|
|
|
height: 42px;
|
2018-05-22 20:25:33 +00:00
|
|
|
}
|