|
150 | 150 | border-right: 1px solid rgba(0,0,0,0.1); |
151 | 151 | } |
152 | 152 |
|
| 153 | +/* === SETTINGS PAGE (jsonld_manager/settings) === */ |
| 154 | +.jsonld-template-warning-panel { |
| 155 | + border-color: #8a6d3b !important; |
| 156 | +} |
| 157 | + |
| 158 | +.jsonld-template-warning-panel > .panel-heading { |
| 159 | + background: #f0ad4e !important; |
| 160 | + border-color: #eea236 !important; |
| 161 | + color: #1f2d3a !important; |
| 162 | +} |
| 163 | + |
| 164 | +.jsonld-template-warning-panel > .panel-heading .panel-title { |
| 165 | + color: #1f2d3a !important; |
| 166 | +} |
| 167 | + |
| 168 | +.jsonld-language-copy-panel .panel-body { |
| 169 | + padding: 15px !important; |
| 170 | +} |
| 171 | + |
| 172 | +.jsonld-language-copy-panel .form-group { |
| 173 | + margin: 0 0 12px 0 !important; |
| 174 | +} |
| 175 | + |
| 176 | +.jsonld-language-copy-panel .bootstrap-select { |
| 177 | + display: block !important; |
| 178 | + width: 100% !important; |
| 179 | +} |
| 180 | + |
| 181 | +.jsonld-language-copy-panel select.form-control, |
| 182 | +.jsonld-language-copy-panel .bootstrap-select > .dropdown-toggle { |
| 183 | + width: 100% !important; |
| 184 | +} |
| 185 | + |
| 186 | +.jsonld-language-copy-panel .jsonld-copy-label { |
| 187 | + display: block; |
| 188 | + font-weight: 600; |
| 189 | + margin-bottom: 8px; |
| 190 | + text-align: left !important; |
| 191 | +} |
| 192 | + |
| 193 | +.jsonld-language-copy-panel .help-block { |
| 194 | + margin: 0; |
| 195 | +} |
| 196 | + |
| 197 | +.jsonld-language-copy-panel .jsonld-copy-help-block { |
| 198 | + margin-bottom: 12px; |
| 199 | +} |
| 200 | + |
| 201 | +.jsonld-language-copy-panel .jsonld-copy-meta-group { |
| 202 | + margin-bottom: 0 !important; |
| 203 | +} |
| 204 | + |
| 205 | +.jsonld-language-copy-panel .jsonld-copy-submit-btn { |
| 206 | + margin-top: 0; |
| 207 | +} |
| 208 | + |
153 | 209 | .jsonld-overview .btn-group .btn:last-child { |
154 | 210 | border-right: none; |
155 | 211 | } |
|
511 | 567 | font-family: Monaco, Menlo, monospace; |
512 | 568 | margin-bottom: 12px; |
513 | 569 | } |
| 570 | + |
| 571 | +/* === LIGHT MODE READABILITY FIXES === */ |
| 572 | +/* Fallback mit hoher Priorität: nur im Light-Mode */ |
| 573 | +body.rex-theme-light .panel textarea.form-control, |
| 574 | +body:not(.rex-theme-dark):not(.rex-theme-light) .panel textarea.form-control { |
| 575 | + background-color: #f8fafc !important; |
| 576 | + color: #25313b !important; |
| 577 | + border-color: #cfd6de !important; |
| 578 | +} |
| 579 | + |
| 580 | +body.rex-theme-light .panel textarea.form-control::placeholder, |
| 581 | +body:not(.rex-theme-dark):not(.rex-theme-light) .panel textarea.form-control::placeholder { |
| 582 | + color: #7a8694 !important; |
| 583 | +} |
| 584 | + |
| 585 | +body.rex-theme-light .panel textarea.form-control:focus, |
| 586 | +body:not(.rex-theme-dark):not(.rex-theme-light) .panel textarea.form-control:focus { |
| 587 | + background-color: #ffffff !important; |
| 588 | + color: #25313b !important; |
| 589 | + border-color: #6fa8d8 !important; |
| 590 | + box-shadow: 0 0 0 2px rgba(111, 168, 216, 0.18) !important; |
| 591 | +} |
| 592 | + |
| 593 | +body.rex-theme-light .panel textarea.form-control, |
| 594 | +body:not(.rex-theme-dark) .panel textarea.form-control { |
| 595 | + background-color: #ffffff; |
| 596 | + color: #2f3942; |
| 597 | + border-color: #cfd6de; |
| 598 | +} |
| 599 | + |
| 600 | +body.rex-theme-light .panel textarea.form-control::placeholder, |
| 601 | +body:not(.rex-theme-dark) .panel textarea.form-control::placeholder { |
| 602 | + color: #7a8694; |
| 603 | +} |
| 604 | + |
| 605 | +body.rex-theme-light .panel textarea.form-control:focus, |
| 606 | +body:not(.rex-theme-dark) .panel textarea.form-control:focus { |
| 607 | + border-color: #6fa8d8; |
| 608 | + box-shadow: 0 0 0 2px rgba(111, 168, 216, 0.18); |
| 609 | +} |
| 610 | + |
| 611 | +body.rex-theme-light .article-table .article-row td, |
| 612 | +body:not(.rex-theme-dark) .article-table .article-row td { |
| 613 | + background-color: #f5f8fb; |
| 614 | + color: #2f3942; |
| 615 | +} |
| 616 | + |
| 617 | +body.rex-theme-light .article-table .article-row:hover td, |
| 618 | +body:not(.rex-theme-dark) .article-table .article-row:hover td { |
| 619 | + background-color: #e9f1f8; |
| 620 | +} |
| 621 | + |
| 622 | +body.rex-theme-light .article-table .article-path, |
| 623 | +body:not(.rex-theme-dark) .article-table .article-path { |
| 624 | + color: #6c7b89; |
| 625 | +} |
| 626 | + |
| 627 | +body.rex-theme-light .article-table .article-row.active td, |
| 628 | +body.rex-theme-light .article-table .article-row.active:hover td, |
| 629 | +body:not(.rex-theme-dark) .article-table .article-row.active td, |
| 630 | +body:not(.rex-theme-dark) .article-table .article-row.active:hover td { |
| 631 | + background-color: #2f7fbe !important; |
| 632 | +} |
0 commit comments