25 lines
270 B
CSS
25 lines
270 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: 99999;
|
|
}
|
|
|
|
.pointer {
|
|
cursor: pointer;
|
|
} |