Merge "Add tags for undo edits"
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.debug.less
index dec0571..a56e459 100644 (file)
                width: 100%;
                table-layout: fixed;
 
+               tr {
+                       background-color: #fff;
+
+                       &:nth-child( even ) {
+                               background-color: #f9f9f9;
+                       }
+               }
+
                td,
                th {
                        padding: 4px 10px;
                        }
 
                        span.stats {
-                               color: #808080;
-                       }
-               }
-
-               tr {
-                       background-color: #fff;
-
-                       &:nth-child( even ) {
-                               background-color: #f9f9f9;
+                               color: #727272;
                        }
                }
        }
@@ -92,7 +92,7 @@ a.mw-debug-panelabel:visited {
        height: 300px;
        overflow: scroll;
        display: none;
-       font-family: monospace;
+       font-family: monospace, monospace;
        font-size: 11px;
        background-color: #e1eff2;
        box-sizing: border-box;