Merge "Skin: Make skins aware of their registered skin name"
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.content.json.less
index 91fa02a..e084ab8 100644 (file)
@@ -13,7 +13,7 @@
 
 .mw-json th,
 .mw-json td {
-       border: 1px solid #808080;
+       border: 1px solid #72777d;
        font-size: 16px;
        padding: 0.5em 1em;
 }
@@ -26,7 +26,7 @@
 }
 
 .mw-json-single-value {
-       background-color: #eee;
+       background-color: #eaecf0;
 }
 
 .mw-json-empty {
@@ -35,8 +35,8 @@
 }
 
 .mw-json tr {
+       background-color: #eaecf0;
        margin-bottom: 0.5em;
-       background-color: #eee;
 }
 
 .mw-json th {
@@ -50,7 +50,7 @@
 }
 
 .mw-json table caption {
-       color: #808080;
+       color: #72777d;
        display: inline-block;
        font-size: 10px;
        font-style: italic;