/*! * 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; }