mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-03-12 23:24:08 +08:00
fix css
This commit is contained in:
parent
ac2653badb
commit
da1706f441
4 changed files with 201 additions and 201 deletions
2
@rbv
2
@rbv
|
@ -1 +1 @@
|
||||||
Subproject commit e43bb42163032e33742d0351dde89b3e6fb12ab3
|
Subproject commit c7521f5df907ed9500d65dd8487b6517cfd7b21d
|
File diff suppressed because it is too large
Load diff
|
@ -3359,7 +3359,7 @@ form {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border-bottom: 1px solid #ebebeb;
|
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;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4707,7 +4707,7 @@ pre.unstyle {
|
||||||
border-width: 2px;
|
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;
|
border-color: #4285f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5030,7 +5030,7 @@ pre.unstyle {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.switch-button.switch-button-xs label:before {
|
.switch-button.switch-button-xs label::before {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
transform: scale(0.8333);
|
transform: scale(0.8333);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
|
@ -506,10 +506,10 @@ textarea.formula-code + .fields-vars {
|
||||||
.timeline.spare .timeline-item {
|
.timeline.spare .timeline-item {
|
||||||
padding-left: 140px;
|
padding-left: 140px;
|
||||||
}
|
}
|
||||||
.timeline:before {
|
.timeline::before {
|
||||||
left: 120px;
|
left: 120px;
|
||||||
}
|
}
|
||||||
.timeline-item:before {
|
.timeline-item::before {
|
||||||
left: 112px;
|
left: 112px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue