Merge "Show protection log on creation-protected pages"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.ChangesListWrapperWidget.less
index 3337a03..d60e616 100644 (file)
@@ -1,6 +1,26 @@
 @import 'mw.rcfilters.mixins';
 
 .mw-rcfilters-ui-changesListWrapperWidget {
+
+       &-newChanges {
+               min-height: 34px;
+               margin: 10px 0;
+               text-align: center;
+       }
+
+       &-previousChangesIndicator {
+               margin: 10px 0;
+               color: #36c;
+               border-top: 2px solid #36c;
+               text-align: center;
+
+               &:hover {
+                       color: #72777d;
+                       border-top-color: #72777d;
+                       cursor: pointer;
+               }
+       }
+
        &-results {
                width: 35em;
                margin: 5em auto;
                }
        }
 
+       .mw-changeslist-legend {
+               background-color: #fff;
+       }
+
        // Correction for Enhanced RC
        // This is outside the scope of the 'highlights' wrapper
        table.mw-enhanced-rc {
 
        // Two colors
        .highlight-color-mix( c1, c2 );
-       .highlight-color-mix( c1, c3 );
+       // Overriding .highlight-color-mix( c1, c3 ); to produce
+       // a custom color rather than the computed tint
+       // see https://phabricator.wikimedia.org/T161267
+       .mw-rcfilters-highlight-color-c1.mw-rcfilters-highlight-color-c3 {
+               background-color: #ccdecc;
+       }
        .highlight-color-mix( c1, c4 );
        .highlight-color-mix( c1, c5 );
        .highlight-color-mix( c2, c3 );