mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-25 11:36:34 +08:00
增加置顶集群功能
This commit is contained in:
@@ -1,2 +1,26 @@
|
||||
table a span {
|
||||
.cluster-name-td {
|
||||
position: relative;
|
||||
|
||||
.icon.pin {
|
||||
display: none;
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
top: 50%;
|
||||
margin-top: -0.7em;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.icon.visible {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.icon.opacity {
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
|
||||
.cluster-name-td:hover {
|
||||
.icon.pin {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user