override FireMon styles
release910.lab.firemon.com - 9/19/2022, 10:04:30 AM by a7xavenger
Details
Authora7xavenger
LicenseNo License
Categoryhttps://release910.lab.firemon.com/
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Source code
/* ==UserStyle==
@name release910.lab.firemon.com - 9/19/2022, 10:04:30 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("release910.lab.firemon.com") {
body {
background-color: #fff;
}
.panel {
margin-bottom: 19px;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
}
.panel.panel__widget {
border-color: #d7d7d7;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
position: relative;
width: 100%;
}
.panel-body {
padding: 0;
}
.kpi {
-webkit-transition: -webkit-box-shadow .35s;
transition: -webkit-box-shadow .35s;
transition: box-shadow .35s;
transition: box-shadow .35s,-webkit-box-shadow .35s;
border-radius: 8px;
border: transparent none;
}
.kpi__bottom {
border-radius: 0 0 8px 8px;
}
}