1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 03:16:34 +00:00

replace edit icon

This commit is contained in:
patrickgao
2015-09-07 08:30:36 +08:00
committed by llj
parent ad450d6df9
commit 5619c46352
6 changed files with 18 additions and 6 deletions

View File

@@ -347,6 +347,18 @@ p { margin:0.5em 0; }
.op-icon.sf2-x:hover {
color:#f89a68;
}
.op-icon.sf2-icon-edit,
.user-status-edit-icon.sf2-icon-edit,
.perm-edit-icon.sf2-icon-edit {
font-size:16px;
color:#888;
opacity:0.5;
}
.op-icon.sf2-icon-edit:hover,
.user-status-edit-icon.sf2-icon-edit:hover,
.perm-edit-icon.sf2-icon-edit:hover {
opacity:1;
}
.op-icon:hover {/** for <a> **/
color:#888;
text-decoration:none;