mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-11 20:01:40 +00:00
adjust-style (#2591)
This commit is contained in:
parent
cae31a87ec
commit
fad0a9cb53
@ -66,6 +66,14 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
.seafile-toggle-diff .custom-switch .custom-switch-indicator,
|
||||||
|
.seafile-comment-title-toggle .custom-switch .custom-switch-indicator {
|
||||||
|
border: 1px solid #e9ecef;
|
||||||
|
}
|
||||||
|
.seafile-toggle-diff .custom-switch-input:checked ~ .custom-switch-indicator,
|
||||||
|
.seafile-comment-title-toggle .custom-switch-input:checked ~ .custom-switch-indicator {
|
||||||
|
background-color: #f59f00;
|
||||||
|
}
|
||||||
|
|
||||||
.review-side-panel {
|
.review-side-panel {
|
||||||
border-left: 1px solid #e6e6dd;
|
border-left: 1px solid #e6e6dd;
|
||||||
@ -142,7 +150,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
background-color: #feac74;
|
background-color: #f59f00;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10%;
|
top: 10%;
|
||||||
right: 30%;
|
right: 30%;
|
||||||
@ -155,9 +163,13 @@
|
|||||||
.review-side-panel-nav .nav-item {
|
.review-side-panel-nav .nav-item {
|
||||||
width: 33.3%;
|
width: 33.3%;
|
||||||
}
|
}
|
||||||
.review-side-panel-nav .nav-item a {
|
.review-side-panel-nav .nav-item .nav-link {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
.review-side-panel-nav .nav-item .nav-link.active {
|
||||||
|
border-color: #f59f00;
|
||||||
|
color: #f59f00;
|
||||||
|
}
|
||||||
.review-side-panel-nav .nav-item i {
|
.review-side-panel-nav .nav-item i {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
@ -37,19 +37,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.history-list-container .history-list-item {
|
.history-list-container .history-list-item {
|
||||||
margin-top: 0.5rem;
|
|
||||||
padding: 0 0.8rem;
|
padding: 0 0.8rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.history-list-container .history-list-item:hover {
|
.history-list-container .history-list-item:hover {
|
||||||
background-color: #eee;
|
background-color: #ffe7d5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-active {
|
.item-active {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #feac74 !important;
|
background-color: #fdc297 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-active i {
|
.item-active i {
|
||||||
|
Loading…
Reference in New Issue
Block a user