|
17 | 17 |
|
18 | 18 | // Colors
|
19 | 19 | @color-white: #fff;
|
| 20 | +@color-black: #000; |
| 21 | + |
20 | 22 | @color-gray20: #333;
|
| 23 | +@color-gray34: #575757; |
| 24 | +@color-gray55: #8c8c8c; |
21 | 25 | @color-gray56: #8f8f8f;
|
| 26 | +@color-gray64: #a3a3a3; |
| 27 | +@color-gray68: #adadad; |
| 28 | +@color-gray76: #c2c2c2; |
| 29 | +@color-gray78: #c7c7c7; |
| 30 | +@color-gray80: #ccc; |
| 31 | +@color-gray82: #d1d1d1; |
| 32 | +@color-gray90: #e5e5e5; |
| 33 | +@color-gray91: #e8e8e8; |
| 34 | +@color-gray94: #f0f0f0; |
| 35 | +@color-gray95: #f2f2f2; |
| 36 | + |
| 37 | +@color-gray-light0: #f6f6f6; |
| 38 | +@color-gray-light1: #e5efe5; |
| 39 | +@color-gray-light2: #bbb; |
| 40 | +@color-gray-light3: #aeaeae; |
| 41 | + |
| 42 | +@color-gray-darken0: #eee; |
| 43 | +@color-gray-darken1: #e2e2e2; |
| 44 | +@color-gray-darken2: #cdcdcd; |
| 45 | +@color-gray-darken3: #555; |
| 46 | + |
| 47 | +@color-red10: #e02b27; |
| 48 | +@color-red11: #b30000; |
| 49 | +@color-orange-red1: #ff5501; |
| 50 | +@color-orange-red2: #ff5601; |
| 51 | +@color-orange-red3: #ff5700; |
| 52 | + |
| 53 | +@color-dark-green1: #006400; |
| 54 | + |
| 55 | +@color-blue1: #1979c3; |
| 56 | +@color-blue2: #006bb4; |
| 57 | +@color-sky-blue1: #68a8e0; |
| 58 | + |
| 59 | +@color-pink1: #fae5e5; |
| 60 | +@color-dark-pink1: #800080; |
| 61 | + |
| 62 | +@color-brownie1: #6f4400; |
| 63 | +@color-brownie-light1: #c07600; |
| 64 | + |
| 65 | +@color-yellow-light1: #fdf0d5; |
22 | 66 |
|
23 | 67 | // Color nesting
|
24 | 68 | @color-background-page: @color-white;
|
|
28 | 72 | @color-primary-darker: darken(@color-primary, 13.5%); // #111
|
29 | 73 | @color-primary-lighter: lighten(@color-primary, 29%); // #7d7d7d
|
30 | 74 | @color-primary-light: lighten(@color-primary, 45%); // #a6a6a6
|
31 |
| -@color-secondary: #e8e8e8; |
| 75 | +@color-secondary: @color-gray91; |
32 | 76 | @color-secondary-light: lighten(@color-secondary, 5%);
|
33 | 77 | @page-bg-color: @color-white;
|
34 |
| -@panel-bg: #f6f6f6; |
35 |
| -@color-active: #ff5501; |
36 |
| -@color-error: #e02b27; |
37 |
| -@color-focus: #68a8e0; |
| 78 | +@panel-bg: @color-gray-light0; |
| 79 | +@color-active: @color-orange-red1; |
| 80 | +@color-error: @color-red10; |
| 81 | +@color-focus: @color-sky-blue1; |
38 | 82 |
|
39 | 83 | @font-family-base: @font-family-sans-serif; // Also used in: @loader-text-font-family
|
40 | 84 | // setting font-size for HTML tag, use <b>%</b> units
|
|
72 | 116 | @indent-s-base: @indent-base / 2; // 10px
|
73 | 117 | @indent-xs-base: @indent-base / 4; // 5px
|
74 | 118 |
|
75 |
| -@border-color-base: #ccc; |
| 119 | +@border-color-base: @color-gray80; |
76 | 120 | @border-width-base: 1px;
|
77 | 121 |
|
78 | 122 | // Links
|
79 |
| -@link-color: #1979c3; |
| 123 | +@link-color: @color-blue1; |
80 | 124 | @link-text-decoration: none;
|
81 | 125 |
|
82 |
| -@link-color-visited: #800080; |
| 126 | +@link-color-visited: @color-dark-pink1; |
83 | 127 | @link-text-decoration-visited: none;
|
84 | 128 |
|
85 |
| -@link-color-hover: #006bb4; |
| 129 | +@link-color-hover: @color-blue2; |
86 | 130 | @link-text-decoration-hover: underline;
|
87 | 131 |
|
88 | 132 | @link-color-active: @color-active;
|
|
323 | 367 | //
|
324 | 368 | // Navigation variables
|
325 | 369 | //--------------------------------------
|
326 |
| -@navigation-background: #f0f0f0; |
| 370 | +@navigation-background: @color-gray94; |
327 | 371 | @navigation-border: '';
|
328 | 372 | @navigation-level0-font-size: 16;
|
329 | 373 | @navigation-level0-font-weight: @font-weight-bold;
|
|
333 | 377 | @navigation-level0-text-transform: uppercase;
|
334 | 378 |
|
335 | 379 | @navigation-level0-item-background: '';
|
336 |
| -@navigation-level0-item-border: 1px solid #d1d1d1; |
337 |
| -@navigation-level0-item-color: #575757; |
| 380 | +@navigation-level0-item-border: 1px solid @color-gray82; |
| 381 | +@navigation-level0-item-color: @color-gray34; |
338 | 382 | @navigation-level0-item-text-decoration: none;
|
339 | 383 |
|
340 | 384 | @navigation-level0-item-background-active: '';
|
|
351 | 395 |
|
352 | 396 | @submenu-item-background: '';
|
353 | 397 | @submenu-item-border: '';
|
354 |
| -@submenu-item-color: #575757; |
| 398 | +@submenu-item-color: @color-gray34; |
355 | 399 | @submenu-item-text-decoration: '';
|
356 | 400 |
|
357 | 401 | @submenu-item-background-active: '';
|
|
371 | 415 |
|
372 | 416 | @navigation-desktop-level0-item-background: '';
|
373 | 417 | @navigation-desktop-level0-item-border: '';
|
374 |
| -@navigation-desktop-level0-item-color: #575757; |
| 418 | +@navigation-desktop-level0-item-color: @color-gray34; |
375 | 419 | @navigation-desktop-level0-item-text-decoration: none;
|
376 | 420 |
|
377 | 421 | @navigation-desktop-level0-item-background-hover: '';
|
|
530 | 574 |
|
531 | 575 | // Default = secondary button
|
532 | 576 | @button-color: @color-primary;
|
533 |
| -@button-background: #eee; |
| 577 | +@button-background: @color-gray-darken0; |
534 | 578 | @button-border: 1px solid @border-color-base;
|
535 | 579 | @button-gradient-start-color: false;
|
536 | 580 | @button-gradient-end-color: false;
|
|
542 | 586 | @button-gradient-end-color-hover: false;
|
543 | 587 |
|
544 | 588 | @button-color-active: @button-color;
|
545 |
| -@button-background-active: #e2e2e2; |
| 589 | +@button-background-active: @color-gray-darken1; |
546 | 590 | @button-border-active: @button-border;
|
547 | 591 | @button-gradient-start-color-active: false;
|
548 | 592 | @button-gradient-end-color-active: false;
|
|
555 | 599 | @button-primary-gradient: false;
|
556 | 600 | @button-primary-gradient-direction: false;
|
557 | 601 |
|
558 |
| -@button-primary-background: #1979c3; |
559 |
| -@button-primary-border: 1px solid #1979c3; |
| 602 | +@button-primary-background: @color-blue1; |
| 603 | +@button-primary-border: 1px solid @color-blue1; |
560 | 604 | @button-primary-color: @color-white;
|
561 | 605 | @button-primary-gradient-start-color: false;
|
562 | 606 | @button-primary-gradient-end-color: false;
|
563 | 607 |
|
564 |
| -@button-primary-background-hover: #006bb4; |
565 |
| -@button-primary-border-hover: 1px solid #006bb4; |
| 608 | +@button-primary-background-hover: @color-blue2; |
| 609 | +@button-primary-border-hover: 1px solid @color-blue2; |
566 | 610 | @button-primary-color-hover: @color-white;
|
567 | 611 | @button-primary-gradient-start-color-hover: false;
|
568 | 612 | @button-primary-gradient-end-color-hover: false;
|
569 | 613 |
|
570 |
| -@button-primary-background-active: #006bb4; |
571 |
| -@button-primary-border-active: 1px solid #006bb4; |
| 614 | +@button-primary-background-active: @color-blue2; |
| 615 | +@button-primary-border-active: 1px solid @color-blue2; |
572 | 616 | @button-primary-color-active: @color-white;
|
573 | 617 | @button-primary-gradient-start-color-active: false;
|
574 | 618 | @button-primary-gradient-end-color-active: false;
|
|
703 | 747 | @message-border-radius: false;
|
704 | 748 |
|
705 | 749 | // Information message
|
706 |
| -@message-info-color: #6f4400; |
707 |
| -@message-info-background: #fdf0d5; |
| 750 | +@message-info-color: @color-brownie1; |
| 751 | +@message-info-background: @color-yellow-light1; |
708 | 752 | @message-info-link-color: @link-color;
|
709 | 753 | @message-info-link-color-hover: @link-color-hover;
|
710 | 754 | @message-info-link-color-active: @link-color-hover;
|
711 | 755 | @message-info-border-color: @message-border-color;
|
712 | 756 | @message-info-icon: @icon-warning;
|
713 |
| -@message-info-icon-color-inner: #c07600; |
| 757 | +@message-info-icon-color-inner: @color-brownie-light1; |
714 | 758 | @message-info-icon-color-lateral: @color-white;
|
715 |
| -@message-info-icon-background: #6f4400; |
| 759 | +@message-info-icon-background: @color-brownie1; |
716 | 760 | @message-info-icon-top: @message-icon-top;
|
717 | 761 | @message-info-icon-right: @message-icon-right;
|
718 | 762 | @message-info-icon-bottom: @message-icon-bottom;
|
|
736 | 780 |
|
737 | 781 | // Error message
|
738 | 782 | @message-error-color: @color-error;
|
739 |
| -@message-error-background: #fae5e5; |
| 783 | +@message-error-background: @color-pink1; |
740 | 784 | @message-error-link-color: @link-color;
|
741 | 785 | @message-error-link-color-hover: @link-color-hover;
|
742 | 786 | @message-error-link-color-active: @link-color-hover;
|
743 | 787 | @message-error-border-color: @message-border-color;
|
744 | 788 | @message-error-icon: @icon-error;
|
745 |
| -@message-error-icon-color-inner: #b30000; |
| 789 | +@message-error-icon-color-inner: @color-red11; |
746 | 790 | @message-error-icon-color-lateral: @color-white;
|
747 |
| -@message-error-icon-background: #b30000; |
| 791 | +@message-error-icon-background: @color-red11; |
748 | 792 | @message-error-icon-top: @message-icon-top;
|
749 | 793 | @message-error-icon-right: @message-icon-right;
|
750 | 794 | @message-error-icon-bottom: @message-icon-bottom;
|
751 | 795 | @message-error-icon-left: @message-icon-left;
|
752 | 796 |
|
753 | 797 | // Success message
|
754 |
| -@message-success-color: #006400; |
755 |
| -@message-success-background: #e5efe5; |
| 798 | +@message-success-color: @color-dark-green1; |
| 799 | +@message-success-background: @color-gray-light1; |
756 | 800 | @message-success-link-color: @link-color;
|
757 | 801 | @message-success-link-color-hover: @link-color-hover;
|
758 | 802 | @message-success-link-color-active: @link-color-hover;
|
759 | 803 | @message-success-border-color: @message-border-color;
|
760 | 804 | @message-success-icon: @icon-success;
|
761 |
| -@message-success-icon-color-inner: #006400; |
| 805 | +@message-success-icon-color-inner: @color-dark-green1; |
762 | 806 | @message-success-icon-color-lateral: @color-white;
|
763 |
| -@message-success-icon-background: #006400; |
| 807 | +@message-success-icon-background: @color-dark-green1; |
764 | 808 | @message-success-icon-top: @message-icon-top;
|
765 | 809 | @message-success-icon-right: @message-icon-right;
|
766 | 810 | @message-success-icon-bottom: @message-icon-bottom;
|
|
786 | 830 | // Tooltips variables
|
787 | 831 | //--------------------------------------
|
788 | 832 | @tooltip-background: @color-white;
|
789 |
| -@tooltip-border-color: #bbb; |
| 833 | +@tooltip-border-color: @color-gray-light2; |
790 | 834 | @tooltip-border-width: 1px;
|
791 | 835 | @tooltip-border-radius: false;
|
792 | 836 | @tooltip-color: @color-primary;
|
|
833 | 877 | // Form elements inputs default variables
|
834 | 878 | @form-element-input-type: ''; // input-text, select, textarea, input-radio, input-checkbox
|
835 | 879 | @form-element-input-background: @color-white;
|
836 |
| -@form-element-input-border-color: #c2c2c2; |
| 880 | +@form-element-input-border-color: @color-gray76; |
837 | 881 | @form-element-input-border: 1px solid @form-element-input-border-color;
|
838 | 882 | @form-element-input-border-radius: 1px;
|
839 | 883 | @form-element-input-height: 32px;
|
|
850 | 894 | @form-element-input-line-height: @line-height-base;
|
851 | 895 |
|
852 | 896 | // Placeholder
|
853 |
| -@form-element-input-placeholder-color: #c2c2c2; |
| 897 | +@form-element-input-placeholder-color: @color-gray76; |
854 | 898 | @form-element-input-placeholder-font-style: @form-element-input-font-style;
|
855 | 899 |
|
856 | 900 | // Disabled state
|
|
1062 | 1106 | @form-field-type-inline-control-width: 74.2%;
|
1063 | 1107 |
|
1064 | 1108 | // Form field label asterisk
|
1065 |
| -@form-field-label-asterisk-color: #e02b27; // also used in: @form-hasrequired-color |
| 1109 | +@form-field-label-asterisk-color: @color-red10; // also used in: @form-hasrequired-color |
1066 | 1110 | @form-field-label-asterisk-font-size: @font-size-s;
|
1067 | 1111 | @form-field-label-asterisk-font-family: false;
|
1068 | 1112 | @form-field-label-asterisk-font-weight: false;
|
|
1123 | 1167 | @pager-current-font-weight: @font-weight-bold;
|
1124 | 1168 | @pager-current-color: @color-primary;
|
1125 | 1169 | @pager-current-border: false;
|
1126 |
| -@pager-current-background: #e5e5e5; |
| 1170 | +@pager-current-background: @color-gray90; |
1127 | 1171 |
|
1128 | 1172 | @pager-current-gradient: false;
|
1129 | 1173 | @pager-current-gradient-direction: false;
|
|
1219 | 1263 | @rating-icon-font: @icon-font;
|
1220 | 1264 | @rating-icon-font-size: 16px;
|
1221 | 1265 | @rating-icon-letter-spacing: 2px;
|
1222 |
| -@rating-icon-color: #c7c7c7; |
1223 |
| -@rating-icon-color-active: #ff5501; |
| 1266 | +@rating-icon-color: @color-gray78; |
| 1267 | +@rating-icon-color-active: @color-orange-red1; |
1224 | 1268 | @rating-label-hide: false;
|
1225 | 1269 |
|
1226 | 1270 | //
|
|
1239 | 1283 | @dropdown-list-position-left: false;
|
1240 | 1284 | @dropdown-list-pointer: true; // true | false
|
1241 | 1285 | @dropdown-list-background: @color-white;
|
1242 |
| -@dropdown-list-border: 1px solid #bbb; |
1243 |
| -@dropdown-list-pointer-border: #bbb; |
| 1286 | +@dropdown-list-border: 1px solid @color-gray-light2; |
| 1287 | +@dropdown-list-pointer-border: @color-gray-light2; |
1244 | 1288 | @dropdown-list-pointer-position: left; // right
|
1245 | 1289 | @dropdown-list-pointer-position-top: -12px;
|
1246 | 1290 | @dropdown-list-pointer-position-left-right: 10px;
|
1247 | 1291 | @dropdown-list-item-border: 0;
|
1248 | 1292 | @dropdown-list-item-padding: 3px 5px;
|
1249 | 1293 | @dropdown-list-item-margin: 0;
|
1250 |
| -@dropdown-list-item-hover: #e8e8e8; |
| 1294 | +@dropdown-list-item-hover: @color-gray91; |
1251 | 1295 | @dropdown-list-shadow: 0 3px 3px rgba(0,0,0,.15); // '' | none
|
1252 | 1296 | @dropdown-list-z-index: 100;
|
1253 | 1297 |
|
|
1342 | 1386 | @breadcrumbs-icon-font-vertical-align: top;
|
1343 | 1387 |
|
1344 | 1388 | // Breadcrumbs - current page
|
1345 |
| -@breadcrumbs-current-color: #a3a3a3; |
| 1389 | +@breadcrumbs-current-color: @color-gray64; |
1346 | 1390 | @breadcrumbs-current-font-weight: @font-weight-base;
|
1347 | 1391 | @breadcrumbs-current-background: false;
|
1348 | 1392 | @breadcrumbs-current-border: false;
|
|
1396 | 1440 | @popup-height: auto;
|
1397 | 1441 | @popup-padding: 22px;
|
1398 | 1442 | @popup-background: @color-white;
|
1399 |
| -@popup-border-color: #adadad; |
| 1443 | +@popup-border-color: @color-gray68; |
1400 | 1444 | @popup-border: 1px solid @popup-border-color;
|
1401 | 1445 | @popup-shadow: 0 3px 3px rgba(0,0,0,.15);
|
1402 | 1446 | @popup-fade: opacity .3s linear;
|
|
1447 | 1491 | @popup-icon-font: @button-icon-font;
|
1448 | 1492 | @popup-icon-font-size: 16px;
|
1449 | 1493 | @popup-icon-font-line-height: 16px;
|
1450 |
| -@popup-icon-font-color: #8c8c8c; |
1451 |
| -@popup-icon-font-color-hover: darken(#8c8c8c, 10%); |
| 1494 | +@popup-icon-font-color: @color-gray55; |
| 1495 | +@popup-icon-font-color-hover: darken(@color-gray55, 10%); |
1452 | 1496 | @popup-icon-font-color-active: @popup-icon-font-color-hover;
|
1453 | 1497 | @popup-icon-font-margin: @button-icon-font-margin;
|
1454 | 1498 | @popup-icon-font-vertical-align: @button-icon-font-vertical-align;
|
1455 | 1499 | @popup-icon-font-position: @button-icon-font-position;
|
1456 | 1500 | @popup-icon-font-text-hide: true;
|
1457 | 1501 |
|
1458 | 1502 | // Window overlay variables
|
1459 |
| -@overlay-background: #8c8c8c; |
| 1503 | +@overlay-background: @color-gray55; |
1460 | 1504 | @overlay-opacity: .7;
|
1461 | 1505 | @overlay-opacity-old: 70;
|
1462 | 1506 | @overlay-fade: opacity .15s linear;
|
1463 | 1507 | @overlay-z-index: 1000;
|
1464 | 1508 |
|
1465 |
| -@gallery-thumb-border-color-active: #ff5700; |
| 1509 | +@gallery-thumb-border-color-active: @color-orange-red3; |
0 commit comments