2016-02-06 23:49:46 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki Initialization desktop target Vector skin styles.
|
|
|
|
*
|
2023-12-01 16:06:11 +00:00
|
|
|
* @copyright See AUTHORS.txt
|
2016-02-06 23:49:46 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
2024-06-07 18:18:01 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
2016-02-06 23:49:46 +00:00
|
|
|
|
2017-03-01 12:38:51 +00:00
|
|
|
/* All debug bars (includes target widgets) */
|
|
|
|
.ve-ui-debugBar {
|
2024-06-07 18:18:01 +00:00
|
|
|
border-top: @border-subtle;
|
2017-03-01 12:38:51 +00:00
|
|
|
box-shadow: 0 10px 10px -10px rgba( 0, 0, 0, 0.15 ) inset;
|
|
|
|
|
2022-03-12 14:45:16 +00:00
|
|
|
ol {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2017-03-01 12:38:51 +00:00
|
|
|
}
|
|
|
|
|
2017-03-03 11:59:06 +00:00
|
|
|
.ve-ui-surface .ve-ui-surface-placeholder {
|
|
|
|
opacity: 1;
|
2018-08-31 15:59:54 +00:00
|
|
|
|
2022-03-12 14:45:16 +00:00
|
|
|
& > * {
|
2024-06-07 18:18:01 +00:00
|
|
|
color: @color-placeholder;
|
2022-03-12 14:45:16 +00:00
|
|
|
}
|
2016-12-08 19:24:10 +00:00
|
|
|
}
|