no message
This commit is contained in:
parent
8ffeda93a1
commit
0f93d026f9
@ -275,9 +275,6 @@ body {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
.my-project .my-box .contrast-box .left .list.pitch {
|
|
||||||
background-color: #f6f6f6;
|
|
||||||
}
|
|
||||||
.my-project .my-box .contrast-box .left .list::-webkit-scrollbar-track-piece {
|
.my-project .my-box .contrast-box .left .list::-webkit-scrollbar-track-piece {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
@ -296,6 +293,9 @@ body {
|
|||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
margin-right: 27px;
|
margin-right: 27px;
|
||||||
}
|
}
|
||||||
|
.my-project .my-box .contrast-box .left .list .item.pitch {
|
||||||
|
background-color: #f6f6f6;
|
||||||
|
}
|
||||||
.my-project .my-box .contrast-box .left .list .item:not(:last-of-type) {
|
.my-project .my-box .contrast-box .left .list .item:not(:last-of-type) {
|
||||||
border-bottom: 1px dotted #d7d7d7;
|
border-bottom: 1px dotted #d7d7d7;
|
||||||
}
|
}
|
||||||
|
@ -307,9 +307,6 @@ body {
|
|||||||
height: 575px;
|
height: 575px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
&.pitch {
|
|
||||||
background-color: rgba(246, 246, 246, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-webkit-scrollbar-track-piece {
|
&::-webkit-scrollbar-track-piece {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -332,6 +329,11 @@ body {
|
|||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
margin-right: 27px;
|
margin-right: 27px;
|
||||||
|
|
||||||
|
&.pitch {
|
||||||
|
background-color: rgba(246, 246, 246, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// &:hover {
|
// &:hover {
|
||||||
// background-color: rgba(246, 246, 246, 1);
|
// background-color: rgba(246, 246, 246, 1);
|
||||||
// }
|
// }
|
||||||
|
Loading…
Reference in New Issue
Block a user