X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.skinning%2Finterface.css;h=e2aeffd7a7eefa729e41cfecfbd824b257ef159a;hb=827c6bfa416d9d0de8cc8e22f9f3fa36d8129d44;hp=916c4639102a6cd2d5805f6b7c36c1e10635d2d0;hpb=0cd28e19cb0f9385a2a1cc11a4d8c9c21ff0b830;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.skinning/interface.css b/resources/src/mediawiki.skinning/interface.css index 916c463910..e2aeffd7a7 100644 --- a/resources/src/mediawiki.skinning/interface.css +++ b/resources/src/mediawiki.skinning/interface.css @@ -16,12 +16,14 @@ } textarea { - /* Support Firefox: Border rule required to override system appearance on Linux */ - border: 1px solid #a2a9b1; + /* Support: Firefox */ + /* Border rule required to override system appearance on Linux (T136415) */ + border: 1px solid #c8ccd1; } .editOptions { background-color: #eaecf0; + color: #252525; border: 1px solid #c8ccd1; border-top: 0; padding: 1em 1em 1.5em 1em; @@ -76,16 +78,6 @@ textarea { width: auto; } -#contentSub:empty, -#contentSub2:empty { - display: none; -} - -#contentSub:empty ~ #jump-to-nav, -#contentSub2:empty ~ #jump-to-nav { - margin-top: 0; -} - span.subpages { display: block; }