2015-10-22 15:01:44 +00:00
|
|
|
/*!
|
2017-04-05 18:13:28 +00:00
|
|
|
* VisualEditor MediaWiki DesktopArticleTarget Apex theme init styles.
|
2015-10-22 15:01:44 +00:00
|
|
|
*
|
2023-12-01 16:06:11 +00:00
|
|
|
* @copyright See AUTHORS.txt
|
2015-10-22 15:01:44 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2017-10-18 22:50:31 +00:00
|
|
|
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.1 );
|
|
|
|
background-color: #f8fbfd;
|
|
|
|
background-image: linear-gradient( to bottom, #fff 0, #f1f7fb 100% );
|
|
|
|
}
|
|
|
|
|
2022-02-15 15:10:43 +00:00
|
|
|
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-floating,
|
2017-10-18 22:50:31 +00:00
|
|
|
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-open {
|
|
|
|
height: 44px;
|
|
|
|
}
|