jenkinsci/hpe-application-automation-tools-plugin

View on GitHub
src/main/webapp/css/chartistLegend.css

Summary

Maintainability
Test Coverage
/*
 * Certain versions of software accessible here may contain branding from Hewlett-Packard Company (now HP Inc.) and Hewlett Packard Enterprise Company.
 * This software was acquired by Micro Focus on September 1, 2017, and is now offered by OpenText.
 * Any reference to the HP and Hewlett Packard Enterprise/HPE marks is historical in nature, and the HP and Hewlett Packard Enterprise/HPE marks are the property of their respective owners.
 * __________________________________________________________________
 * MIT License
 *
 * Copyright 2012-2024 Open Text
 *
 * The only warranties for products and services of Open Text and
 * its affiliates and licensors ("Open Text") are as may be set forth
 * in the express warranty statements accompanying such products and services.
 * Nothing herein should be construed as constituting an additional warranty.
 * Open Text shall not be liable for technical or editorial errors or
 * omissions contained herein. The information contained herein is subject
 * to change without notice.
 *
 * Except as specifically indicated otherwise, this document contains
 * confidential information and a valid license is required for possession,
 * use or copying. If this work is provided to the U.S. Government,
 * consistent with FAR 12.211 and 12.212, Commercial Computer Software,
 * Computer Software Documentation, and Technical Data for Commercial Items are
 * licensed to the U.S. Government under vendor's standard commercial license.
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ___________________________________________________________________
 */

.ct-legend {
  position: relative;
  z-index: 0;
}
.ct-legend li {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 3px;
  display: inline;
}
.ct-legend li:before {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  content: '';
  border: 3px solid transparent;
  border-radius: 2px;
}
.ct-legend li.inactive:before {
  background: transparent;
}
.ct-legend.ct-legend-inside {
  position: absolute;
  top: 0;
  right: 0;
}
/*.ct-legend .ct-series-3:before {*/
  /*background-color: #d70206;*/
  /*border-color: #d70206;*/
/*}*/
/*.ct-legend .ct-series-1:before {*/
  /*background-color: #f05b4f;*/
  /*border-color: #f05b4f;*/
/*}*/
/*.ct-legend .ct-series-2:before {*/
  /*background-color: #f4c63d;*/
  /*border-color: #f4c63d;*/
/*}*/
/*.ct-legend .ct-series-5:before {*/
  /*background-color: #d17905;*/
  /*border-color: #d17905;*/
/*}*/
/*.ct-legend .ct-series-4:before {*/
  /*background-color: #453d3f;*/
  /*border-color: #453d3f;*/
/*}*/
/*.ct-legend .ct-series-0:before {*/
  /*background-color: #59922b;*/
  /*border-color: #59922b;*/
/*}*/
/*.ct-legend .ct-series-6:before {*/
  /*background-color: #0544d3;*/
  /*border-color: #0544d3;*/
/*}*/
/*.ct-legend .ct-series-7:before {*/
  /*background-color: #6b0392;*/
  /*border-color: #6b0392;*/
/*}*/
/*.ct-legend .ct-series-8:before {*/
  /*background-color: #f05b4f;*/
  /*border-color: #f05b4f;*/
/*}*/
/*.ct-legend .ct-series-9:before {*/
  /*background-color: #dda458;*/
  /*border-color: #dda458;*/
/*}*/
/*.ct-legend .ct-series-10:before {*/
  /*background-color: #eacf7d;*/
  /*border-color: #eacf7d;*/
/*}*/
/*.ct-legend .ct-series-11:before {*/
  /*background-color: #86797d;*/
  /*border-color: #86797d;*/
/*}*/
/*.ct-legend .ct-series-12:before {*/
  /*background-color: #b2c326;*/
  /*border-color: #b2c326;*/
/*}*/
/*.ct-legend .ct-series-13:before {*/
  /*background-color: #6188e2;*/
  /*border-color: #6188e2;*/
/*}*/
/*.ct-legend .ct-series-14:before {*/
  /*background-color: #a748ca;*/
  /*border-color: #a748ca;*/
/*}*/



/*# sourceMappingURL=chartistLegend.css.map */