1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 07:44:50 +00:00

change button style

This commit is contained in:
Michael An
2025-02-26 11:42:54 +08:00
parent 47f016e6e9
commit e44962be9a
2 changed files with 13 additions and 3 deletions

View File

@@ -30,5 +30,15 @@
}
.invite-link-item .delete-link-btn {
color: #999;
border-color: #ff9800;
color: #ff9800;
font-size: 16px;
padding: 0;
}
.invite-link-item .delete-link-btn:hover {
background-color: #d98100;
border-color: #d98100;
box-shadow: none;
color: #fff;
}