1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473
|
@import "../elevator-light/main.css";
.darkmode .farbtastic .wheel {
background: url(../../../static/images/farbtastic/wheel.png) no-repeat !important;
}
.darkmode .farbtastic .overlay {
background: url(../../../static/images/farbtastic/mask.png) no-repeat !important;
}
.darkmode .farbtastic .marker, .darkmode .farbtastic .marker {
background: url(../../../static/images/farbtastic/marker.png) no-repeat !important;
}
.darkmode, .darkmode * {
background: #2C3539 !important;
color: #ededed !important;
}
.darkmode input, .darkmode select,
.darkmode .btn-light {
background: #323D42 !important;
border-color: #717171 !important;
}
.darkmode input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #7A7D8D !important;
}
.darkmode input::-moz-placeholder {
/* Firefox 19+ */
color: #7A7D8D !important;
}
.darkmode input:-ms-input-placeholder {
/* IE 10+ */
color: #7A7D8D !important;
}
.darkmode input:-moz-placeholder {
/* Firefox 18- */
color: #7A7D8D !important;
}
.darkmode input:focus {
border-color: #5C6273;
color: #FFF;
}
.darkmode .card {
background: #25292F;
border-color: #515151;
}
.darkmode label {
color: #FFF;
}
.darkmode input, .darkmode select {
color: #7A7D8D;
}
.darkmode option:disabled {
color: #7A7D8D;
}
.darkmode p, .darkmode li span {
color: #B2B6BA;
}
.darkmode h1, .darkmode h2, .darkmode h3, .darkmode h4 {
color: #FFF;
}
.darkmode svg {
fill: #FFF;
}
.darkmode .radio-option, .darkmode .check-option {
color: #FFF;
}
.darkmode .accordian-title, .darkmode .accordian-item {
background: #171A1F;
border-color: #3A3C43;
}
.darkmode .navbar {
background: #171A1F;
border-bottom: 1px solid #3A3C43;
box-shadow: none;
}
.darkmode .navbar li a {
color: #FFF;
}
.darkmode .dropdown-toggle:after {
margin-top: 0;
}
.darkmode .dropdown-menu {
background: #323D42 !important;
border-color: #717171 !important;
}
.darkmode .dropdown-item *, .darkmode .dropdown-item *,
.darkmode .dropdown-item,
.darkmode a.dropdown-item {
background: #323D42 !important;
}
.darkmode .dropdown-divider {
border-color: #3A3C43;
}
.darkmode .dropdown-item:focus *, .darkmode .dropdown-item:hover *,
.darkmode .dropdown-item:focus, .darkmode .dropdown-item:hover,
.darkmode .page-menu.sf-menu a:focus *, .darkmode .page-menu.sf-menu a:hover *,
.darkmode .page-menu.sf-menu a:focus, .darkmode .page-menu.sf-menu a:hover,
.darkmode #main-navigation .sf-menu li ul a:focus, .darkmode #main-navigation .sf-menu li ul a:hover {
background: #3A474D !important;
}
.darkmode .page-menu {
border: 1px solid #515151;
border-radius: 3px;
}
.darkmode .page-menu.sf-menu > li {
border-color: #515151;
border-right: none;
}
.darkmode .page-menu.sf-menu > li:first-of-type {
border-left: none;
}
.darkmode .sf-menu.sf-shadow ul {
-moz-border-radius: 0;
-webkit-border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #515151;
}
.darkmode div#quickbar {
height: 2.7rem;
box-shadow: none;
border-bottom: 1px solid #515151;
}
.darkmode .nav-tabs {
border-bottom: 1px solid #515151;
}
.darkmode .nav-tabs .nav-link {
border: 1px solid transparent;
border-bottom-color: #515151;
}
.darkmode .nav-tabs .nav-link.active {
border-color: #515151 #515151 transparent;
}
.darkmode .nav-tabs .nav-link:hover:not(.active) {
border-color: #515151;
}
.darkmode .nav-pills .nav-link.active {
background-color: #323D42 !important;
}
.darkmode .nav-pills .nav-link:hover:not(.active) {
text-decoration: underline;
}
.darkmode .table td {
color: #B2B6BA;
}
.darkmode .table a, .darkmode .table th {
color: #FFF;
}
.darkmode table.table th {
border: none;
}
.darkmode .table th, .darkmode .table td {
border-top: 1px solid #6d6f71;
}
.darkmode .btn:hover {
color: #000;
}
.darkmode .btn-group, .darkmode .btn-group .btn {
background: #171A1F;
border-color: #7A7D8D;
color: #FFF;
}
.darkmode .btn-group--shadow {
border: 1px solid #7A7D8D;
box-shadow: none;
}
.darkmode .select-button select {
border: none;
background: #171A1F !important;
color: #FFF;
}
.darkmode select.btn:hover {
color: #7A7D8D;
}
.darkmode .btn-outline {
color: #FFF;
}
.darkmode .btn-outline:hover svg {
fill: #171A1F;
}
.darkmode div.modal
{
background: rgba(0, 0, 0, .70) !important;
z-index: 10000;
}
.darkmode div.modal-dialog-centered {
background: rgba(0, 0, 0, 0) !important;
}
.darkmode #rights-inspector .results .result:nth-child(even),
.darkmode #rights-inspector .results .result:nth-child(even) * {
background-color: #111 !important;
}
.darkmode #rights-inspector .results .result:nth-child(even) .unused {
background: #171A1F !important;
}
.darkmode #rights-inspector .results .result .match {
background-color: #114 !important;
}
.darkmode tr.oddline *,
.darkmode tr.oddline .collection-as-table,
.darkmode .oddline .collection-as-table,
.darkmode .oddline .collection-as-table * {
background: #323D42 !important;
}
.darkmode table a:visited {
color: #a7a7a7 !important;
}
.darkmode tr.oddline td a {
background: rgba(255, 255, 255, 0) !important;
}
.darkmode .transaction table + div.downloadattachment {
position: relative;
top: 0.6em;
}
.darkmode svg.icon-bordered {
border: solid 0.05em #717171;
}
.darkmode .history .transaction {
border-top: 1px solid #515151;
}
.darkmode div.history-container {
border-left: 1px solid #515151;
border-right: 1px solid #515151;
border-bottom: 1px solid #515151;
}
.darkmode .history .transaction div.metadata span.actions {
border: 1px solid #717171;
}
.darkmode div#footer {
border-top: 1px solid #515151;
}
.darkmode span.current-value.form-control {
background: #2C3539 !important;
}
.darkmode .form-control,
.darkmode .selectize-input {
background: #323D42 !important;
border-color: #717171;
}
.darkmode .form-control .filter-option-inner-inner,
.darkmode .form-control option {
background: #323D42 !important;
}
.darkmode div.results .titlebox, .darkmode div.error-titlebox,
.darkmode div.results .titlebox .titlebox-content,
.darkmode div.results .titlebox .card-body,
.darkmode div.results .titlebox .card-body > *,
.darkmode div.results .titlebox .card-body > * > * {
background: #3C494F !important;
}
.darkmode .history .transaction .messagebody {
border-color: #515151;
}
/* Ticket history transaction link colors.
This is a copy of the colors from elevator-light. While not ideal to replicate the definitions here,
we need to specifically override the cascading background color definition at the top of this css page. */
.darkmode .transaction.basics .type, .darkmode .transaction.basics .type * { background: #D32F2F !important; }
.darkmode .transaction.cfs .type, .darkmode .transaction.cfs .type * { background: #D32F2F !important; }
.darkmode .transaction.people .type, .darkmode .transaction.people .type * { background: #0288D1 !important; }
.darkmode .transaction.links .type, .darkmode .transaction.links .type * { background: #388E3C !important; }
.darkmode .transaction.dates .type, .darkmode .transaction.dates .type * { background: #7B1FA2 !important; }
.darkmode .transaction.message .type, .darkmode .transaction.message .type * { background: #1976D2 !important; }
.darkmode .transaction.reminders .type, .darkmode .transaction.reminders .type * { background: #0277BD !important; }
.darkmode .transaction.other .type, .darkmode .transaction.other .type * { background: #B0BEC5 !important; }
.darkmode .transaction.error .type, .darkmode .transaction.error .type * { background: #900 !important; }
.darkmode .transaction.attachment-truncate .type, .transaction.attachment-drop .type,
.darkmode .transaction.attachment-truncate .type *, .transaction.attachment-drop .type * { background-color: #FF5722 !important; }
.darkmode .messagebox-container.action-private textarea,
.darkmode .messagebox-container.action-response textarea {
color: #484e53 !important;
}
.darkmode .titlebox .card-header {
padding-bottom: inherit;
}
.darkmode .titlebox .titlebox-title .left {
background-color: transparent !important;
}
.darkmode .dropzone,
.darkmode .dropzone .dz-details {
border: 1px solid #717171 !important;
}
.darkmode ul.toplevel.sf-menu > li > a.sf-with-ul:after {
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' id='i-chevron-down' viewBox='0 0 12 8' height='100%' width='100%' fill='none' stroke='rgb(237,237,237)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'><path d='M1 1 l5 5 5 -5' /></svg>") no-repeat center center;
}
.darkmode ul.toplevel.sf-menu > li > ul > li a.sf-with-ul:after {
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' id='i-chevron-right' viewBox='0 0 7 12' height='100%' width='100%' fill='none' stroke='rgb(237,237,237)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'><path d='M1 1 l5 5 -5 5' /></svg>") no-repeat center center;
}
/* CKEditor darkmode fixes */
.darkmode .cke_toolbar .cke_combo_button,
.darkmode .cke_toolbox .cke_toolbar .cke_combo .cke_combo_text,
.darkmode .cke_toolbox .cke_toolbar .cke_combo .cke_combo_open,
.darkmode .cke_toolbox .cke_toolbar .cke_toolgroup,
.darkmode .cke_toolbox .cke_toolbar .cke_toolgroup a,
.darkmode #cke_Content .cke_contents .cke_wysiwyg_frame {
background-color: #333d42 !important;
}
.darkmode .cke_combo_arrow, .darkmode .cke_button_arrow {
border-top: 3px solid #aeb0b1 !important;
}
.darkmode #cke_UpdateContent, .darkmode #cke_Content,
.darkmode .cke_contents,
.darkmode .cke_toolbar .cke_combo_button,
.darkmode .cke_toolbar .cke_toolgroup {
border-color: #717171 !important;
}
.darkmode .cke_toolbox .cke_toolbar .cke_combo .cke_combo_text {
color: #c9ccce !important;
}
/* invert color for toolbar pngs */
.darkmode a.cke_button .cke_button_icon {
-webkit-filter: invert(100%) brightness(110%);
-moz-filter: invert(100%) brightness(110%);
-ms-filter: invert(100%) brightness(110%);
-o-filter: invert(100%) brightness(110%);
filter: invert(100%) brightness(110%);
}
/* fix combo height to show borders correctly */
.darkmode .cke_combo_text {
margin-top: 1px;
margin-bottom: 1px;
line-height: 24px;
}
.darkmode div.paging span.pagenum span.currentpage, .darkmode div.paging span.pagenum a {
background-color: transparent !important;
}
/* fix datepicker icons */
.darkmode .ui-icon-circle-triangle-w {
background-image: url('data:image/svg+xml;utf8,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-chevron-left" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>') !important;
}
.darkmode .ui-icon-circle-triangle-e {
background-image: url('data:image/svg+xml;utf8,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-chevron-right" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>') !important;
}
body.darkmode.IE11 .ui-widget-header .ui-icon {
background-image: url(../../../static/images/jquery_ui/ui-icons_222222_256x240.png) !important;
}
body.darkmode.IE11 .ui-icon-circle-triangle-w {
background-position: -80px -192px !important;
}
body.darkmode.IE11 .ui-icon-circle-triangle-e {
background-position: -48px -192px !important;
}
.darkmode .selectionbox-js .contents li,
.darkmode .selectionbox-js .contents .placeholder {
background-color: #323D42 !important;
border-color: #717171 !important;
}
.darkmode .selectionbox-js .contents {
border-color: #515151 !important;
}
/* fix tooltip colors */
.darkmode .tooltip > .tooltip-inner {
background-color: #000 !important;
}
.darkmode .tooltip > .tooltip-arrow {
border-bottom-color: #000 !important;
}
.darkmode .dropzone.dz-clickable .dz-message,
.darkmode .dropzone.dz-clickable .dz-message *,
.darkmode .dropzone, .darkmode .dropzone .dz-details {
background: #323D42 !important;
}
.darkmode div.user-related-info i.label {
padding-top: 0;
}
.darkmode div.user-related-info a.button.btn.btn-primary {
background: #323D42 !important;
border-color: #717171;
margin-bottom: 1px;
}
.darkmode th.collection-as-table svg.fa-sort * {
color: #777 !important;
}
.darkmode .selectize-dropdown .highlight {
background-color: #7a7d8d !important;
}
.darkmode .ui-menu .ui-menu-item:hover,
.darkmode .ui-menu .ui-menu-item:hover .ui-state-active,
.darkmode .selectize-dropdown .active {
background-color: #3a474d !important;
}
|