mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 00:00:49 +00:00
265f7a5722
Change-Id: I5ac462ecb66d2e16910905ca62db0d9167d843ea
19 lines
537 B
CSS
19 lines
537 B
CSS
/*!
|
|
* VisualEditor MediaWiki DesktopArticleTarget Apex theme init styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.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% );
|
|
}
|
|
|
|
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-floating,
|
|
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-open {
|
|
height: 44px;
|
|
}
|