nopaque/app/static/css/queryBuilder.css

129 lines
2.0 KiB
CSS
Raw Normal View History

.modal-content {
2022-10-13 13:15:53 +00:00
overflow-x: hidden;
}
#positional-attr-modal, #structural-attr-modal {
2022-10-13 13:15:53 +00:00
width: 70%;
}
#general-options-query-builder-tutorial-info-icon {
color: black;
}
#insert-query-button {
background-color: #00426f;
text-align: center;
}
.attr-modal-header {
background-color: #f2eff7;
padding: 15px;
padding-left: 25px;
border-top: 10px solid #6B3F89;
margin-left: -24px;
margin-top: -24px;
margin-right: -24px;
}
.attr-modal-header h6 {
2022-10-13 13:15:53 +00:00
margin-left: 15px;
}
#add-structural-attribute-tutorial-info-icon {
color: black;
}
[data-structural-attr-modal-action-button="sentence"]{
background-color:#FD9720 !important;
2022-10-13 13:15:53 +00:00
}
[data-structural-attr-modal-action-button="entity"]{
background-color: #A6E22D !important;
2022-10-13 13:15:53 +00:00
}
[data-structural-attr-modal-action-button="meta-data"]{
background-color: #2FBBAB !important;
2022-10-13 13:15:53 +00:00
}
#no-value-metadata-message {
padding-top: 25px;
margin-left: -20px;
}
.attr-modal-header.input-field {
margin-left: 41px;
2022-10-13 13:15:53 +00:00
}
#token-attr {
margin-left: 41px;
2022-10-13 13:15:53 +00:00
}
#token-tutorial-info-icon {
color: black;
}
#no-value-message {
padding-top: 25px;
margin-left: -20px;
}
#token-edit-options h6 {
margin-left: 15px;
}
#edit-options-tutorial-info-icon {
color: black;
}
#incidence-modifiers-button a{
background-color: #2FBBAB;
}
#incidence-modifiers-dropdown a{
2022-10-13 13:15:53 +00:00
background-color: white;
}
#ignore-case-checkbox {
2022-10-13 13:15:53 +00:00
margin-left: 5px;
}
#or, #and {
background-color: #fc0;
}
#betweenNM {
width: 60%;
}
#query-builder-tutorial-modal {
width: 60%;
}
#query-builder-tutorial-modal ul {
margin-top: 10px;
}
#query-builder-tutorial {
padding:15px;
}
#scroll-up-button-query-builder-tutorial {
background-color: #28B3D1;
}
[data-type="start-sentence"], [data-type="end-sentence"] {
background-color: #FD9720;
}
[data-type="start-empty-entity"], [data-type="start-entity"], [data-type="end-entity"] {
background-color: #A6E22D;
}
[data-type="start-text-annotation"]{
background-color: #2FBBAB;
}
[data-type="token"] {
background-color: #28B3D1;
}