This commit is contained in:
RB 2024-03-04 13:23:05 +08:00
parent ac2653badb
commit da1706f441
4 changed files with 201 additions and 201 deletions

2
@rbv

@ -1 +1 @@
Subproject commit e43bb42163032e33742d0351dde89b3e6fb12ab3
Subproject commit c7521f5df907ed9500d65dd8487b6517cfd7b21d

File diff suppressed because it is too large Load diff

View file

@ -3359,7 +3359,7 @@ form {
border-radius: 0;
border-bottom: 1px solid #ebebeb;
}
.rb-icons-nav > li.dropdown.global-create2 > a:after {
.rb-icons-nav > li.dropdown.global-create2 > a::after {
bottom: 0;
}
}
@ -4707,7 +4707,7 @@ pre.unstyle {
border-width: 2px;
}
.custom-checkbox.ptask:hover .custom-control-input:not(:disabled) ~ .custom-control-label:before {
.custom-checkbox.ptask:hover .custom-control-input:not(:disabled) ~ .custom-control-label::before {
border-color: #4285f4;
}
@ -5030,7 +5030,7 @@ pre.unstyle {
text-align: left;
}
.switch-button.switch-button-xs label:before {
.switch-button.switch-button-xs label::before {
font-size: 12px;
transform: scale(0.8333);
font-weight: normal;

View file

@ -506,10 +506,10 @@ textarea.formula-code + .fields-vars {
.timeline.spare .timeline-item {
padding-left: 140px;
}
.timeline:before {
.timeline::before {
left: 120px;
}
.timeline-item:before {
.timeline-item::before {
left: 112px;
}
}