mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
77 lines
931 B
CSS
77 lines
931 B
CSS
#events {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.legend {
|
|
color: #000;
|
|
}
|
|
|
|
#upload {
|
|
display: inline-block;
|
|
}
|
|
|
|
[ng\:cloak], [ng-cloak], .ng-cloak {
|
|
display: none !important;
|
|
}
|
|
|
|
.panel-error {
|
|
opacity: 0.9;
|
|
position:absolute;
|
|
z-index: 2000;
|
|
}
|
|
|
|
span.editlink {
|
|
position: absolute;
|
|
right: 5px;
|
|
z-index: 800;
|
|
display: none;
|
|
}
|
|
|
|
.panel:hover span.editlink {
|
|
display: block;
|
|
opacity: 0.3;
|
|
}
|
|
|
|
.panel span.editlink:hover {
|
|
display: block;
|
|
opacity: 1;
|
|
}
|
|
|
|
.pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.small {
|
|
font-size: 85%;
|
|
}
|
|
|
|
.nomargin {
|
|
margin: 0px;
|
|
}
|
|
|
|
.strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.btn-active {
|
|
background-color: #E6E6E6;
|
|
background-image: none;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
outline: 0 none
|
|
}
|
|
|
|
.popover-title { display: none; }
|
|
|
|
.input-smaller {
|
|
width: 75px;
|
|
}
|
|
|
|
.tiny {
|
|
font-size: 50%;
|
|
}
|
|
|
|
.remove:hover {
|
|
background-color: #A60000;
|
|
}
|
|
|
|
.typeahead { z-index: 1051; } |