/* * weh - WebExtensions Helper * * @summary workflow and base code for developing WebExtensions browser add-ons * @author Michel Gutierrez * @link https://github.com/mi-g/weh * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ .has-success .form-control { border-color: #5cb85c; } .has-success .col-form-label { color: #5cb85c; } .has-warning .form-control { border-color: #f0ad4e; } .has-warning .col-form-label { color: #f0ad4e; } .has-danger .form-control { border-color: #d9534f; } .has-danger .col-form-label { color: #d9534f; }