mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
MWTransclusionDialog: Move box-shadows to Apex-only
Use solid borders for MW theme. Change-Id: I4a5418d006adf0c7d47dc58624868cf6bb4b7de6
This commit is contained in:
parent
1dc16af006
commit
2bc3bd75dd
|
@ -15,3 +15,7 @@
|
|||
border-bottom-right-radius: 0.25em;
|
||||
border-bottom-left-radius: 0.25em;
|
||||
}
|
||||
|
||||
.ve-ui-mwTransclusionDialog-addParameterFieldset .ve-ui-mwParameterSearchWidget {
|
||||
box-shadow: 0 0 0.5em rgba( 0, 0, 0, 0.2 );
|
||||
}
|
||||
|
|
|
@ -15,3 +15,8 @@
|
|||
border-bottom-right-radius: 0.1em;
|
||||
border-bottom-left-radius: 0.1em;
|
||||
}
|
||||
|
||||
.ve-ui-mwTransclusionDialog-addParameterFieldset .ve-ui-mwParameterSearchWidget {
|
||||
border-radius: 0.1em;
|
||||
border: 1px solid #a2a9b1;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
.ve-ui-mwTransclusionDialog-addParameterFieldset .ve-ui-mwParameterSearchWidget {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 0 0.5em rgba( 0, 0, 0, 0.2 );
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue