mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
677b2dd43a
Rely on Codex color palette descriptions. Bug: T334934 Change-Id: Ib2456f5348183de938a68cf93f3000ea92f05393
25 lines
530 B
Plaintext
25 lines
530 B
Plaintext
/*!
|
|
* VisualEditor MediaWiki UserInterface MWReferenceSearchWidget styles.
|
|
*
|
|
* @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see AUTHORS.txt
|
|
* @license MIT
|
|
*/
|
|
|
|
.ve-ui-mwReferenceSearchWidget {
|
|
&-citation {
|
|
float: left;
|
|
margin-right: 0.75em;
|
|
}
|
|
|
|
&-name {
|
|
opacity: 0.53; /* results in #787878 which is almost exactly Gray500 */
|
|
float: right;
|
|
margin-left: 0.75em;
|
|
margin-bottom: 0.05em;
|
|
}
|
|
|
|
&-name-autogenerated {
|
|
opacity: 0.2; /* results in #cccccc which is almost exactly Gray300 */
|
|
}
|
|
}
|