Added export button

This commit is contained in:
Ajay
2022-06-04 02:01:12 -04:00
parent 0fb2d8df79
commit 5545a516be
6 changed files with 266 additions and 28 deletions

View File

@@ -148,22 +148,34 @@
margin: 8px;
}
/*
* Refresh segments button
*/
#refreshSegmentsButton {
display: flex;
align-items: center;
padding: 5px;
margin: 5px auto;
}
#refreshSegmentsButton, #issueReporterImportExport button {
background: transparent;
border-radius: 50%;
margin: 5px auto;
border: none;
padding: 5px;
}
#refreshSegmentsButton:hover {
#refreshSegmentsButton:hover, #issueReporterImportExport button:hover {
background-color: var(--sb-grey-bg-color);
}
#issueReporterImportExport button {
padding: 5px;
margin-right: 15px;
margin-left: 15px;
}
#issueReporterImportExport img {
width: 24px;
display: block;
}
/*
* <details> wrapper around each segment
*/