Merge "Change 'editfont' default preference to 'monospace'"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.ChangesListWrapperWidget.less
index 20a78d0..31f3f1d 100644 (file)
@@ -1,6 +1,28 @@
 @import 'mw.rcfilters.mixins';
 
+@keyframes fadeBlue {
+       60% {
+               border-top-color: #36c;
+       }
+       100% {
+               border-top-color: #c8ccd1;
+       }
+}
+
 .mw-rcfilters-ui-changesListWrapperWidget {
+
+       &-newChanges {
+               min-height: 34px;
+               margin: 10px 0;
+               text-align: center;
+       }
+
+       &-previousChangesIndicator {
+               margin: 10px 0;
+               border-top: 2px solid #c8ccd1;
+               animation: 1s ease fadeBlue;
+       }
+
        &-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 {