mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-08 07:50:28 +08:00
31 lines
557 B
CSS
31 lines
557 B
CSS
.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 */ |