85 lines
1.8 KiB
Plaintext
85 lines
1.8 KiB
Plaintext
#dv-background {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
background-color: rgba(255, 255, 255, 0.04);
|
|
margin-left: -12px;
|
|
margin-right: -12px;
|
|
visibility: hidden;
|
|
}
|
|
|
|
#dv-foldout-label {
|
|
}
|
|
|
|
#dv-foldout-label Foldout > Toggle {
|
|
margin-left: 0;
|
|
margin-top: 1px;
|
|
margin-bottom: 1px;
|
|
max-width: 100%;
|
|
}
|
|
|
|
#dv-formula-preview {
|
|
padding-top: 1px;
|
|
padding-right: 4px;
|
|
padding-bottom: 1px;
|
|
padding-left: 4px;
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
border-left-color: var(--unity-colors-helpbox-border);
|
|
border-right-color: var(--unity-colors-helpbox-border);
|
|
border-top-color: var(--unity-colors-helpbox-border);
|
|
border-bottom-color: var(--unity-colors-helpbox-border);
|
|
background-color: var(--unity-colors-helpbox-background);
|
|
margin-left: 15px;
|
|
min-height: 18px;
|
|
}
|
|
|
|
#dv-formula-edit {
|
|
margin-left: 0;
|
|
}
|
|
|
|
#dv-formula-edit > TextInput {
|
|
min-height: 45px;
|
|
}
|
|
|
|
#dv-sources {
|
|
margin-top: 5px;
|
|
padding-right: 3px;
|
|
padding-left: 3px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#dv-markers {
|
|
margin-top: 5px;
|
|
padding-left: 3px;
|
|
padding-right: 3px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.border {
|
|
border-top-left-radius: 2px;
|
|
border-bottom-left-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
border-right-width: 1px;
|
|
border-top-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-left-color: rgb(0, 0, 0);
|
|
border-right-color: rgb(0, 0, 0);
|
|
border-top-color: rgb(0, 0, 0);
|
|
border-bottom-color: rgb(0, 0, 0);
|
|
}
|
|
|
|
.unity-base-field {
|
|
margin-right: 0;
|
|
}
|