Merge "installer: Remove TODO per discussion in Ia9f0cd7d0117f67d2017e"
[lhc/web/wiklou.git] / resources / src / mediawiki.legacy / shared.css
index 0e08ef8..baf2c56 100644 (file)
@@ -9,6 +9,8 @@
  * blocking CSS common to all pages.
  */
 
+/* stylelint-disable selector-class-pattern */
+
 /* GENERAL CLASSES FOR DIRECTIONALITY SUPPORT */
 
 /**
@@ -447,22 +449,22 @@ a.new {
 /**
  * Data table style
  *
- * Transparent table with suddle borders
- * and blue row-highlighting.
+ * Table with suddle borders
+ * and row-highlighting.
  */
 .mw-datatable {
+       border: 1px solid #a2a9b1;
        border-collapse: collapse;
 }
 
-.mw-datatable,
 .mw-datatable td,
 .mw-datatable th {
        border: 1px solid #a2a9b1;
-       padding: 0 0.15em 0 0.15em;
+       padding: 0.2em 0.4em;
 }
 
 .mw-datatable th {
-       background-color: #ddf;
+       background-color: #eaeeff;
 }
 
 .mw-datatable td {