2015-04-09 15:46:29 +02:00
|
|
|
/**
|
2017-01-11 16:24:33 +01:00
|
|
|
* Copyright JS Foundation and other contributors, http://js.foundation
|
2015-04-09 15:46:29 +02:00
|
|
|
*
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
* You may obtain a copy of the License at
|
|
|
|
*
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
* limitations under the License.
|
|
|
|
**/
|
|
|
|
|
2019-05-02 23:33:29 +02:00
|
|
|
.red-ui-clipboard-import-error {
|
2018-10-24 00:06:43 +02:00
|
|
|
pre {
|
|
|
|
margin: 10px 0;
|
|
|
|
border: none;
|
2019-05-09 20:22:40 +02:00
|
|
|
color: $primary-text-color;
|
2018-10-24 00:06:43 +02:00
|
|
|
span {
|
|
|
|
padding: 5px 0;
|
|
|
|
}
|
|
|
|
span.error {
|
|
|
|
padding: 5px;
|
2019-05-09 20:22:40 +02:00
|
|
|
border: 1px solid $form-input-border-error-color;
|
2018-10-24 00:06:43 +02:00
|
|
|
margin: 0 1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-01-12 19:23:15 +01:00
|
|
|
|
|
|
|
#red-ui-clipboard-dialog-export-tab-clipboard-preview {
|
|
|
|
.red-ui-treeList-container,.red-ui-editableList-border {
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#red-ui-clipboard-dialog-export-tab-clipboard-json {
|
|
|
|
padding: 10px 10px 0;
|
|
|
|
}
|
|
|
|
#red-ui-clipboard-dialog-import-tab-clipboard {
|
2019-04-23 15:23:17 +02:00
|
|
|
padding: 10px;
|
2021-01-12 19:23:15 +01:00
|
|
|
}
|
|
|
|
.red-ui-clipboard-dialog-export-tab-clipboard-tab {
|
|
|
|
position: absolute;
|
|
|
|
top: 40px;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.red-ui-clipboard-dialog-tab-clipboard {
|
|
|
|
|
|
|
|
|
2019-04-23 15:23:17 +02:00
|
|
|
textarea {
|
|
|
|
resize: none;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 4px;
|
2019-05-09 20:22:40 +02:00
|
|
|
font-family: $monospace-font !important;
|
2019-04-23 15:23:17 +02:00
|
|
|
font-size: 13px !important;
|
2020-05-21 16:14:39 +02:00
|
|
|
height: 100%;
|
2019-04-23 15:23:17 +02:00
|
|
|
line-height: 1.3em;
|
|
|
|
padding: 6px 10px;
|
2019-05-09 20:22:40 +02:00
|
|
|
background: $clipboard-textarea-background;
|
2019-04-23 15:23:17 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-05-09 20:22:40 +02:00
|
|
|
.red-ui-clipboard-dialog-tabs {
|
|
|
|
position: absolute;
|
|
|
|
top:0;
|
|
|
|
left:0;
|
|
|
|
bottom:0;
|
|
|
|
width:120px;
|
|
|
|
}
|
|
|
|
|
2019-05-02 23:33:29 +02:00
|
|
|
.red-ui-clipboard-dialog-tabs-content {
|
2019-04-23 15:23:17 +02:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 120px;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
padding: 0;
|
2019-05-09 20:22:40 +02:00
|
|
|
background: $form-input-background;
|
2019-04-23 15:23:17 +02:00
|
|
|
&>div {
|
2019-05-21 23:58:56 +02:00
|
|
|
height: 100%;
|
2020-05-21 16:14:39 +02:00
|
|
|
box-sizing: border-box;
|
2019-04-23 15:23:17 +02:00
|
|
|
}
|
|
|
|
}
|
2019-05-15 14:54:29 +02:00
|
|
|
.red-ui-clipboard-dialog-box {
|
|
|
|
height: 400px;
|
|
|
|
position:relative;
|
|
|
|
border:1px solid $primary-border-color;
|
|
|
|
}
|
2019-04-23 15:23:17 +02:00
|
|
|
|
2019-05-02 23:33:29 +02:00
|
|
|
.red-ui-clipboard-dialog-tab-library {
|
2019-04-23 15:23:17 +02:00
|
|
|
.form-row {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-05-02 23:33:29 +02:00
|
|
|
#red-ui-clipboard-dialog {
|
2019-04-24 12:50:24 +02:00
|
|
|
form {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.form-row:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2019-05-02 23:33:29 +02:00
|
|
|
#red-ui-clipboard-dialog-tab-library-name {
|
2019-04-23 15:23:17 +02:00
|
|
|
width: calc(100% - 120px);
|
|
|
|
}
|
2019-05-02 23:33:29 +02:00
|
|
|
#red-ui-clipboard-dialog-export-tab-library-browser {
|
2019-05-21 23:58:56 +02:00
|
|
|
height: calc(100% - 60px);
|
|
|
|
margin-bottom: 13px;
|
2019-04-23 15:23:17 +02:00
|
|
|
border-bottom: 1px solid $primary-border-color;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2019-05-02 23:33:29 +02:00
|
|
|
#red-ui-clipboard-dialog-import-tab-library-browser {
|
2019-04-24 12:50:24 +02:00
|
|
|
height: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2019-04-23 15:23:17 +02:00
|
|
|
|
|
|
|
|
|
|
|
.red-ui-library-browser {
|
2019-04-23 16:46:15 +02:00
|
|
|
position: relative;
|
2019-04-23 15:23:17 +02:00
|
|
|
height: 100%;
|
|
|
|
.red-ui-treeList-container {
|
2019-05-15 14:54:29 +02:00
|
|
|
background: $secondary-background;
|
2019-04-23 15:23:17 +02:00
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
li {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
label {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.red-ui-editableList-border {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.red-ui-treeList-label input.red-ui-treeList-input {
|
|
|
|
border-radius: 2px;
|
|
|
|
margin-top: -6px;
|
|
|
|
margin-bottom: -6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-05-02 23:33:29 +02:00
|
|
|
#red-ui-library-dialog-save-browser {
|
2019-04-23 15:23:17 +02:00
|
|
|
height: calc(100% - 60px);
|
|
|
|
border: 1px solid $primary-border-color;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2019-05-02 23:33:29 +02:00
|
|
|
#red-ui-library-dialog-load-browser {
|
2019-04-23 16:46:15 +02:00
|
|
|
// border: 1px solid $primary-border-color;
|
|
|
|
}
|
2019-05-02 23:33:29 +02:00
|
|
|
#red-ui-library-dialog-load-panes {
|
2019-04-23 15:23:17 +02:00
|
|
|
border: 1px solid $primary-border-color;
|
|
|
|
}
|
2019-04-23 16:46:15 +02:00
|
|
|
|
|
|
|
|
2019-05-02 23:33:29 +02:00
|
|
|
#red-ui-library-dialog-load-preview {
|
2019-04-23 16:46:15 +02:00
|
|
|
height: 100%;
|
2019-04-23 15:23:17 +02:00
|
|
|
}
|
|
|
|
|
2019-05-02 23:33:29 +02:00
|
|
|
#red-ui-library-dialog-load-preview-text {
|
2019-04-23 15:23:17 +02:00
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2019-05-02 23:33:29 +02:00
|
|
|
#red-ui-library-dialog-load-preview-details {
|
2019-04-23 15:23:17 +02:00
|
|
|
box-sizing: border-box;
|
2019-05-16 23:32:28 +02:00
|
|
|
.red-ui-help-info-row:first-child {
|
2019-04-23 15:23:17 +02:00
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
}
|
2020-09-16 12:42:22 +02:00
|
|
|
|
|
|
|
|
|
|
|
.red-ui-clipboard-dialog-import-conflicts-list-container {
|
|
|
|
min-height: 300px;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
li:not(:first-child) .red-ui-clipboard-dialog-import-conflicts-item-header {
|
|
|
|
// border-top: 1px solid $secondary-border-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.red-ui-clipboard-dialog-import-conflicts-item-header {
|
|
|
|
background: $tertiary-background;
|
|
|
|
& > span:first-child {
|
|
|
|
color: $header-text-color;
|
|
|
|
padding-left: 4px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.red-ui-clipboard-dialog-import-conflicts-controls {
|
|
|
|
position: absolute;
|
|
|
|
top:0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0px;
|
|
|
|
text-align: center;
|
|
|
|
color: $form-text-color;
|
|
|
|
.form-row & label {
|
|
|
|
padding: 2px 0;
|
|
|
|
line-height: 23px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
width: 80px;
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
|
|
|
width: 80px;
|
|
|
|
text-align: center;
|
|
|
|
border-left: 1px solid $secondary-border-color;
|
|
|
|
}
|
|
|
|
input[type="checkbox"] {
|
|
|
|
display: inline-block;
|
|
|
|
width: auto;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#red-ui-clipboard-dialog-import-conflicts-list .disabled .red-ui-info-outline-item {
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
|
|
|
.form-row label.red-ui-clipboard-dialog-import-conflicts-gutter {
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 22px;
|
|
|
|
text-align: center;
|
|
|
|
.red-ui-editor-dialog & input[type="checkbox"] {
|
|
|
|
width: auto;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|