mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 10:51:17 +00:00
Icon bg more (#7902)
* [op icon] changed the default color for all the operation icons; added background for the operation icons in 'views/people' items when hover on them * ['system admin'] library view: added background for the items & the operation icons when hover on them * [system admin] user/org/institution: added background for the 'edit' icons in the 'info' page when hover on them * [system admin] user - Shared Libraries: added background for the items when hover on them * [system admin] group - libraries: added background for the items & the operation icons when hover on them * [system admin] group - members: added background for the operation icons when hover on them * [system admin] org - groups: added background for the items & the operation icons when hover on them * [system admin] org - libraries: added background for the items & the operation icons when hover on them * [org admin] Devices - Desktop/Mobile: added background for the items & the operation icons when hover on them * [org admin] Libraries - All/Trash: added background for the items & the operation icons when hover on them * [org admin] Users - All/Admin: fixup for the operation icons when hover on them * [org admin] Users - user - profile: added background for the operation icons when hover on them * [org admin] Users - user - owned libraries: added background for the items & the operation icons when hover on them * [org admin] Groups: fixup for the operation icons when hover on them * [org admin] Groups - Group - Libraries: added background for the items & the operation icons when hover on them * [org admin] Search Groups: fixup for the operation icons when hover on them * [org admin] Departments - Department - Members: fixup for the operation icons when hover on them * [org admin] Links - All Public Links: fixup for the operation icons when hover on them * [org admin] Logs - File Access: added background for the operation icons when hover on them * [org admin] Logs - Permission: added background for the operation icons when hover on them * [org admin] Logs - File Update: added background for the operation icons when hover on them * fixup
This commit is contained in:
@@ -567,7 +567,7 @@ a, a:hover {
|
||||
.op-icon {
|
||||
font-size: 1rem;
|
||||
line-height: 1;
|
||||
color: #999;
|
||||
color: #666;
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
width: 24px;
|
||||
@@ -580,7 +580,7 @@ a, a:hover {
|
||||
|
||||
.op-icon:focus,
|
||||
.op-icon:hover {
|
||||
color: #666;
|
||||
color: #666; /* to overwrite the styles for `a:hover` */
|
||||
text-decoration: none;
|
||||
background: #e5e5e5;
|
||||
}
|
||||
@@ -590,10 +590,6 @@ a, a:hover {
|
||||
background: #efefef; /* for .op-icon shown in white containers */
|
||||
}
|
||||
|
||||
.tr-highlight .op-icon {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.action-icon,
|
||||
.attr-action-icon {
|
||||
margin-left: 0.5rem;
|
||||
|
Reference in New Issue
Block a user