mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-22 03:16:34 +00:00
style(button): add hover color (#7820)
* style(button): add hover coloe * add share button hover
This commit is contained in:
@@ -67,8 +67,13 @@
|
||||
.sf-md-viewer-topbar .sf-md-header-more-tool {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
border-radius: 3px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.sf-md-viewer-topbar .sf-md-header-more-tool:hover {
|
||||
background-color: #EFEFEF;
|
||||
}
|
@@ -11,10 +11,6 @@
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.sdoc-content-right-panel .detail-header .detail-control:hover {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
.sdoc-content-right-panel .detail-header .seafile-multicolor-icon-set-up,
|
||||
.sdoc-content-right-panel .detail-header .seafile-multicolor-icon-ai {
|
||||
fill: #999;
|
||||
|
@@ -56,6 +56,14 @@
|
||||
|
||||
.sdoc-file-history .sdoc-file-history-header .sdoc-file-changes-switch {
|
||||
padding: 0;
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.sdoc-file-history .sdoc-file-history-header .sdoc-file-changes-switch:hover {
|
||||
cursor: pointer;
|
||||
background-color: #EFEFEF;
|
||||
}
|
||||
|
||||
.sdoc-file-history .sdoc-file-history-header .sdoc-file-changes-last .fas,
|
||||
@@ -153,7 +161,6 @@
|
||||
|
||||
.sdoc-file-history .sdoc-file-history-panel .sdoc-file-history-select-range-title {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
font-size: 1rem;
|
||||
font-weight: bolder;
|
||||
line-height: 29px;
|
||||
@@ -162,6 +169,17 @@
|
||||
.sdoc-file-history .sdoc-file-history-panel .sdoc-file-history-select-range .sdoc-side-panel-close {
|
||||
opacity: 0.7;
|
||||
cursor: pointer;
|
||||
width: 24px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.sdoc-file-history .sdoc-file-history-panel .sdoc-file-history-select-range .sdoc-side-panel-close:hover {
|
||||
opacity: 1;
|
||||
cursor: pointer;
|
||||
background-color: #EFEFEF;
|
||||
}
|
||||
|
||||
.sdoc-file-history .sdoc-file-history-panel .sdoc-file-history-diff-switch {
|
||||
|
@@ -591,6 +591,21 @@ a, a:hover {
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.action-icon.sf3-font-copy1,
|
||||
.action-icon.sf3-font-delete1 {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: 2px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.action-icon.sf3-font-delete1:hover,
|
||||
.action-icon.sf3-font-copy1:hover {
|
||||
background-color: #EFEFEF;
|
||||
}
|
||||
|
||||
.action-icon:focus,
|
||||
.action-icon:hover,
|
||||
.attr-action-icon:focus,
|
||||
|
Reference in New Issue
Block a user