Initial commit (code only without large binaries)
This commit is contained in:
27
EdgeUser/web/views/@default/servers/index.less
Normal file
27
EdgeUser/web/views/@default/servers/index.less
Normal file
@@ -0,0 +1,27 @@
|
||||
.server-checkbox-td {
|
||||
.checkbox {
|
||||
opacity: 50%;
|
||||
}
|
||||
|
||||
.checkbox:hover {
|
||||
opacity: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.server-td .server-name-box {
|
||||
a {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.server-td:hover .server-name-box {
|
||||
a {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1300px){
|
||||
.server-td .server-name-box {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user