mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-19 17:51:13 +00:00
9204f0a552
Depends-On: If1f260fd4e388296e87f32e87ae2437b4400e35e Change-Id: I60ef477102733b939e6f2bb6b008de6f808fc10c
25 lines
447 B
Plaintext
25 lines
447 B
Plaintext
/*!
|
|
* VisualEditor MediaWiki Initialization desktop target Vector skin styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/* All debug bars (includes target widgets) */
|
|
.ve-ui-debugBar {
|
|
border-top: 1px solid #c8ccd1;
|
|
box-shadow: 0 10px 10px -10px rgba( 0, 0, 0, 0.15 ) inset;
|
|
|
|
ol {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
.ve-ui-surface .ve-ui-surface-placeholder {
|
|
opacity: 1;
|
|
|
|
& > * {
|
|
color: #72777d;
|
|
}
|
|
}
|