2020-10-02 15:10:00 +00:00
|
|
|
.transform_editor {
|
|
|
|
width: 90%;
|
|
|
|
margin: 5px auto;
|
|
|
|
border: 1px solid #DDDDDD;
|
|
|
|
}
|
|
|
|
|
|
|
|
.transform_menu {
|
|
|
|
padding: 5px 0;
|
|
|
|
margin: 5px;
|
|
|
|
border-top: 1px solid rgba(200, 200, 200, .3);
|
|
|
|
border-bottom: 1px solid rgba(200, 200, 200, .3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.fieldbuilder_settings {
|
2022-09-06 01:51:57 +00:00
|
|
|
background-color: var(--grist-theme-right-panel-field-settings-bg, #e8e8e8);
|
2020-10-02 15:10:00 +00:00
|
|
|
margin: 1rem -1px -4px -1px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fieldbuilder_settings_header {
|
|
|
|
height: 2rem;
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fieldbuilder_settings_button {
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
padding: 0 1rem;
|
|
|
|
border-radius: 5px;
|
2022-09-06 01:51:57 +00:00
|
|
|
background-color: var(--grist-theme-right-panel-field-settings-button-bg, lightgrey);
|
2020-10-02 15:10:00 +00:00
|
|
|
}
|
2022-10-17 09:47:16 +00:00
|
|
|
|
|
|
|
.field-comment-indicator {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.field-with-comments .field-comment-indicator {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-top: 11px solid var(--grist-color-orange);
|
|
|
|
border-left: 11px solid transparent;
|
|
|
|
}
|