Initial commit (code only without large binaries)
This commit is contained in:
31
EdgeAdmin/web/views/@default/clusters/index.css
Normal file
31
EdgeAdmin/web/views/@default/clusters/index.css
Normal file
@@ -0,0 +1,31 @@
|
||||
.cluster-name-td {
|
||||
position: relative;
|
||||
}
|
||||
.cluster-name-td .icon.pin {
|
||||
display: none;
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
top: 50%;
|
||||
margin-top: -0.7em;
|
||||
opacity: 0.6;
|
||||
}
|
||||
.cluster-name-td .icon.visible {
|
||||
display: inline;
|
||||
}
|
||||
.cluster-name-td .icon.opacity {
|
||||
opacity: 0.3;
|
||||
}
|
||||
.cluster-name-td .icon.setting {
|
||||
display: none;
|
||||
position: absolute;
|
||||
right: 3em;
|
||||
top: 50%;
|
||||
margin-top: -0.7em;
|
||||
}
|
||||
.cluster-name-td:hover .icon.pin {
|
||||
display: inline;
|
||||
}
|
||||
.cluster-name-td:hover .icon.setting {
|
||||
display: inline;
|
||||
}
|
||||
/*# sourceMappingURL=index.css.map */
|
||||
Reference in New Issue
Block a user