/*! * This file is part of the MediaWiki extension BetaFeatures. * * BetaFeatures is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * BetaFeatures is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with BetaFeatures. If not, see . * * BetaFeatures styles. * * Stripped version of the core MediaWiki styles used for agora-style * checkboxes and feature fields. * * @copyright 2013 Mark Holmquist and others; see AUTHORS * @license GNU General Public License version 2 or later */ // Hide JavaScript warning if JavaScript is enabled .client-js .mw-ui-feature-requirements-javascript { display: none; }