2013-06-13 14:10:05 +00:00
|
|
|
.alert_header {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2013-07-24 01:14:40 +00:00
|
|
|
.alert_details {
|
2013-06-13 14:10:05 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2018-03-01 15:26:36 +00:00
|
|
|
|
2018-03-09 13:39:28 +00:00
|
|
|
div.show-annotations {
|
|
|
|
font-size: 0.8em;
|
|
|
|
padding-top: 1em;
|
|
|
|
padding-bottom: 1em;
|
2018-03-01 15:26:36 +00:00
|
|
|
}
|
|
|
|
|
2018-03-09 13:39:28 +00:00
|
|
|
div.show-annotations:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.show-annotations button {
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
outline: none;
|
|
|
|
padding: 0;
|
2018-03-01 15:26:36 +00:00
|
|
|
}
|
2018-03-09 13:39:28 +00:00
|
|
|
|
|
|
|
div.show-annotations.is-checked {
|
|
|
|
color: #286090;
|
|
|
|
}
|
|
|
|
|