HistoryAction: Amend `margin` in collapsed form state
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.history.styles.less
1 /**
2 * Basic styles for the edit revision history page 'HistoryAction.php'
3 */
4
5 // Trigger only when collapsible & JS is available via `.mw-collapsed`.
6 #mw-history-search.mw-collapsed .oo-ui-fieldsetLayout-header .oo-ui-labelElement-label {
7 margin-bottom: 0;
8 }
9
10 #pagehistory .history-user {
11 margin-left: 0.4em;
12 margin-right: 0.2em;
13 }
14
15 #pagehistory li {
16 border: 1px solid #fff;
17 }
18
19 #pagehistory li.selected {
20 background-color: #f8f9fa;
21 color: #222;
22 border: 1px dashed #a2a9b1;
23 }
24
25 .mw-history-revisionactions {
26 float: right;
27 }
28
29 .updatedmarker {
30 background-color: #b7f430;
31 }