打开 Web 界面 按钮手形光标

This commit is contained in:
Bard 2023-05-27 19:04:46 +08:00 committed by GitHub
parent 0987ed7dc7
commit dc947294d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1600,7 +1600,8 @@ td > table > tbody > tr > td,
border: thin solid #5e72e4;
border: thin solid var(--primary);
background-color: #5e72e4;
background-color: var(--primary)
background-color: var(--primary);
cursor: pointer;
}
.btn.danger,.cbi-section-remove>.cbi-button,.cbi-button-remove,.cbi-button-reset,.cbi-button-negative,.cbi-button[value="Stop"],.cbi-button[value="Kill"],.cbi-button[onclick="reboot(this)"],.cbi-button-neutral[value="Restart"] {