Skip to content
Snippets Groups Projects

Structure viewer

Merged David Hoksza requested to merge structure-viewer into master
9 files
+ 265
7
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -636,6 +636,45 @@ table.dataTable tbody td.no_padding, table.dataTable thead th.no_padding {
padding-right: 3px;
}
.dropdown-menu a.disabled-link, .dropdown-menu a.disabled-link:hover {
color: darkgrey;
}
.minerva-molstar-container {
position: absolute;
left:0;
top: 0;
width: 100%;
height: 100vh;
background-color: white;
border: 30px solid rgba(0,0,0,0.5);
-moz-background-clip: padding; /* Firefox 3.6 */
-webkit-background-clip: padding; /* Safari 4? Chrome 6? */
background-clip: padding-box;
z-index: 100;
display: none;
}
.minerva-molstar-close-button {
position: absolute;
left: 3px;
top: 3px;
font-size: 17px;
padding-top: 2px;
background:rgba(0, 0, 0, 0.2);
cursor: pointer;
width: 28px;
height: 28px;
border-radius: 3px;
text-align: center;
z-index: 101
}
.minerva-molstar-close-button:hover{
background:rgba(0, 0, 0, 0.4);
}
button:disabled {
color: graytext;
}
Loading