OLD | NEW |
1 .help-window-outer { | 1 .help-window-outer { |
2 position: absolute !important; | 2 position: absolute !important; |
3 top: 0; | 3 top: 0; |
4 left: 0; | 4 left: 0; |
5 right: 0; | 5 right: 0; |
6 bottom: 0; | 6 bottom: 0; |
7 z-index: 2000; | 7 z-index: 2000; |
8 } | 8 } |
9 | 9 |
10 .help-window-main { | 10 .help-window-main { |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 .help-window-main .help-container-wrapper::-webkit-scrollbar { | 52 .help-window-main .help-container-wrapper::-webkit-scrollbar { |
53 width: 11px; | 53 width: 11px; |
54 } | 54 } |
55 | 55 |
56 .help-window-main .help-container-wrapper::-webkit-scrollbar-corner, | 56 .help-window-main .help-container-wrapper::-webkit-scrollbar-corner, |
57 .help-window-main .help-container-wrapper::-webkit-resizer { | 57 .help-window-main .help-container-wrapper::-webkit-resizer { |
58 display: none; | 58 display: none; |
59 } | 59 } |
60 | 60 |
61 .help-window-main .help-container-wrapper::-webkit-scrollbar-thumb:vertical { | 61 .help-window-main .help-container-wrapper::-webkit-scrollbar-thumb:vertical { |
62 background: -webkit-gradient(linear, left top, right top, from(rgb(128, 128,
128)), to(rgb(128, 128, 128)), color-stop(40%, rgb(96, 96, 96))); | 62 background: linear-gradient(to right, rgb(128, 128, 128), rgb(96, 96, 96) 40
%, rgb(128, 128, 128)); |
63 border-radius: 5px; | 63 border-radius: 5px; |
64 min-height: 20px; | 64 min-height: 20px; |
65 } | 65 } |
66 | 66 |
67 .help-window-main .help-container-wrapper::-webkit-scrollbar-thumb:vertical:hove
r, | 67 .help-window-main .help-container-wrapper::-webkit-scrollbar-thumb:vertical:hove
r, |
68 .help-window-main .help-container-wrapper::-webkit-scrollbar-thumb:vertical:acti
ve { | 68 .help-window-main .help-container-wrapper::-webkit-scrollbar-thumb:vertical:acti
ve { |
69 background: -webkit-gradient(linear, left top, right top, from(rgb(176, 176,
176)), to(rgb(176, 176, 176)), color-stop(40%, rgb(144, 144, 144))); | 69 background: linear-gradient(to right, rgb(176, 176, 176), rgb(144, 144, 144)
40%, rgb(176, 176, 176)); |
70 } | 70 } |
71 | 71 |
72 .help-window-main .help-container-wrapper::-webkit-scrollbar-track:vertical { | 72 .help-window-main .help-container-wrapper::-webkit-scrollbar-track:vertical { |
73 background: -webkit-gradient(linear, left top, right top, from(rgb(10, 10, 1
0)), to(rgb(32, 32, 32)), color-stop(25%, rgb(32, 32, 32))); | 73 background: linear-gradient(to right, rgb(10, 10, 10), rgb(32, 32, 32) 25%,
rgb(32, 32, 32)); |
74 border-radius: 5px; | 74 border-radius: 5px; |
75 } | 75 } |
76 | 76 |
77 .help-close-button { | 77 .help-close-button { |
78 position: absolute; | 78 position: absolute; |
79 top: 8px; | 79 top: 8px; |
80 right: 8px; | 80 right: 8px; |
81 } | 81 } |
82 | 82 |
83 body.dock-to-bottom .help-content { | 83 body.dock-to-bottom .help-content { |
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 | 454 |
455 #workspace-tab-content .workspace-settings-row .add-button { | 455 #workspace-tab-content .workspace-settings-row .add-button { |
456 background-image: url(Images/addIcon.png); | 456 background-image: url(Images/addIcon.png); |
457 } | 457 } |
458 | 458 |
459 #workspace-tab-content .workspace-settings-error { | 459 #workspace-tab-content .workspace-settings-error { |
460 color: red; | 460 color: red; |
461 } | 461 } |
462 | 462 |
463 .settings-tab-text-button { | 463 .settings-tab-text-button { |
464 background-image: -webkit-linear-gradient(hsl(0, 0%, 93%), hsl(0, 0%, 93%) 3
8%, hsl(0, 0%, 87%)); | 464 background-image: linear-gradient(hsl(0, 0%, 93%), hsl(0, 0%, 93%) 38%, hsl(
0, 0%, 87%)); |
465 border: 1px solid hsla(0, 0%, 0%, 0.25); | 465 border: 1px solid hsla(0, 0%, 0%, 0.25); |
466 border-radius: 2px; | 466 border-radius: 2px; |
467 box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.08), inset 0 1px 2px hsla(0, 100%, 100
%, 0.75); | 467 box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.08), inset 0 1px 2px hsla(0, 100%, 100
%, 0.75); |
468 color: hsl(0, 0%, 27%); | 468 color: hsl(0, 0%, 27%); |
469 font-size: 12px; | 469 font-size: 12px; |
470 margin: 0 1px 0 0; | 470 margin: 0 1px 0 0; |
471 text-shadow: 0 1px 0 hsl(0, 0%, 94%); | 471 text-shadow: 0 1px 0 hsl(0, 0%, 94%); |
472 min-height: 2em; | 472 min-height: 2em; |
473 padding-left: 10px; | 473 padding-left: 10px; |
474 padding-right: 10px; | 474 padding-right: 10px; |
475 } | 475 } |
476 | 476 |
477 .settings-tab-text-button:disabled { | 477 .settings-tab-text-button:disabled { |
478 background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6); | 478 background-image: linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6); |
479 border-color: rgba(80, 80, 80, 0.2); | 479 border-color: rgba(80, 80, 80, 0.2); |
480 box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), inset 0 1px 2px rgba(255, 255, 2
55, 0.75); | 480 box-shadow: 0 1px 0 rgba(80, 80, 80, 0.08), inset 0 1px 2px rgba(255, 255, 2
55, 0.75); |
481 color: #aaa; | 481 color: #aaa; |
482 } | 482 } |
483 | 483 |
484 .settings-tab-text-button:not(:disabled):hover { | 484 .settings-tab-text-button:not(:disabled):hover { |
485 background-image: -webkit-linear-gradient(hsl(0, 0%, 94%), hsl(0, 0%, 94%) 3
8%, hsl(0, 0%, 88%)); | 485 background-image: linear-gradient(hsl(0, 0%, 94%), hsl(0, 0%, 94%) 38%, hsl(
0, 0%, 88%)); |
486 border-color: hsla(0, 0%, 0%, 0.3); | 486 border-color: hsla(0, 0%, 0%, 0.3); |
487 box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.12), inset 0 1px 2px hsla(0, 100%, 100
%, 0.95); | 487 box-shadow: 0 1px 0 hsla(0, 0%, 0%, 0.12), inset 0 1px 2px hsla(0, 100%, 100
%, 0.95); |
488 color: hsl(0, 0%, 0%); | 488 color: hsl(0, 0%, 0%); |
489 } | 489 } |
490 | 490 |
491 .settings-tab-text-button:not(:disabled):active { | 491 .settings-tab-text-button:not(:disabled):active { |
492 background-image: -webkit-linear-gradient(hsl(0, 0%, 91%), hsl(0, 0%, 91%) 3
8%, hsl(0, 0%, 84%)); | 492 background-image: linear-gradient(hsl(0, 0%, 91%), hsl(0, 0%, 91%) 38%, hsl(
0, 0%, 84%)); |
493 box-shadow: none; | 493 box-shadow: none; |
494 text-shadow: none; | 494 text-shadow: none; |
495 } | 495 } |
496 | 496 |
497 .settings-tab .settings-list-container { | 497 .settings-tab .settings-list-container { |
498 background-color: white; | 498 background-color: white; |
499 margin-bottom: 10px; | 499 margin-bottom: 10px; |
500 } | 500 } |
501 | 501 |
502 .settings-tab .settings-list { | 502 .settings-tab .settings-list { |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
685 } | 685 } |
686 | 686 |
687 .help-field-note { | 687 .help-field-note { |
688 opacity: 0.6; | 688 opacity: 0.6; |
689 padding-left: 19px; | 689 padding-left: 19px; |
690 } | 690 } |
691 | 691 |
692 .edit-file-system-dialog .section { | 692 .edit-file-system-dialog .section { |
693 min-width: 400px; | 693 min-width: 400px; |
694 } | 694 } |
OLD | NEW |