|
81 | 81 | --text-blue: var(--text-legend-help); |
82 | 82 | --text-legend-help: var(--text-help); |
83 | 83 | --text-warning: #da9113; |
84 | | - --main-theme-hover: hsl(from var(--main-theme-color) h s calc(l + 5)); |
85 | | - --btn-theme-base: hsl(from var(--main-theme-color) h s calc(l - 5)); |
86 | | - --btn-theme-hover: hsl(from var(--btn-theme-base) h s calc(l + 15)); |
| 84 | + --main-theme-hover: hsl(from var(--main-theme-color) h s calc(l - 10)); |
| 85 | + --btn-theme-base: hsl(from var(--main-theme-color) h s calc(l + 5)); |
| 86 | + --btn-theme-hover: var(--main-theme-hover); |
87 | 87 | --btn-theme-border: hsl(from var(--btn-theme-base) h s calc(l + 20)); |
88 | | - --btn-theme-hover-text-color: hsl(from var(--btn-theme-hover) h s calc(l - 20)); |
| 88 | + --btn-theme-hover-text-color: var(--nav-primary-text-color); |
89 | 89 |
|
90 | 90 | } |
91 | 91 |
|
|
110 | 110 | --text-legend-help: #d6d6d6; |
111 | 111 | --main-theme-hover: hsl(from var(--main-theme-color) h s calc(l - 10)); |
112 | 112 | --btn-theme-base: hsl(from var(--main-theme-color) h s calc(l + 5)); |
113 | | - --btn-theme-hover: hsl(from var(--btn-theme-base) h s calc(l + 15)); |
| 113 | + --btn-theme-hover: var(--main-theme-hover); |
114 | 114 | --btn-theme-border: hsl(from var(--btn-theme-base) h s calc(l + 20)); |
115 | | - --btn-theme-hover-text-color: hsl(from var(--btn-theme-hover) h s calc(l + 20)); |
| 115 | + --btn-theme-hover-text-color: var(--nav-primary-text-color); |
116 | 116 | } |
117 | 117 |
|
118 | 118 |
|
|
474 | 474 | .pagination > li > a:hover |
475 | 475 | { |
476 | 476 | background-color: var(--main-theme-hover) !important; |
477 | | -
|
478 | 477 | border-color: var(--btn-theme-hover) !important; |
479 | | - /*color: var(--btn-theme-hover-text-color) !important;*/ |
480 | 478 | color: var(--nav-primary-text-color) !important; |
481 | 479 | } |
482 | 480 |
|
483 | 481 | .pagination > li > a |
484 | 482 | { |
485 | 483 | background-color: var(--main-theme-color) !important; |
486 | 484 | border-color: var(--btn-theme-hover) !important; |
487 | | - /*color: var(--btn-theme-text-color) !important;*/ |
488 | 485 | color: var(--nav-primary-text-color) !important; |
489 | 486 | } |
490 | 487 |
|
|
511 | 508 | } |
512 | 509 |
|
513 | 510 | .main-header .navbar .nav>.active>a { |
514 | | - background-color: hsl(from var(--main-theme-color) h s calc(l - 5)); |
| 511 | + background-color: hsl(from var(--main-theme-color) h s calc(l - 5)) !important; |
515 | 512 | color: var(--nav-primary-text-color) !important; |
516 | 513 | } |
517 | 514 |
|
|
526 | 523 | .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li:hover > a, |
527 | 524 | .task_menu |
528 | 525 | { |
529 | | - background-color: hsl(from var(--main-theme-color) h s calc(l - 5)); |
| 526 | + background-color: hsl(from var(--main-theme-color) h s calc(l - 5)) !important; |
530 | 527 | color: var(--nav-primary-text-color) !important; |
531 | 528 | margin-bottom: 0; |
532 | 529 | } |
|
0 commit comments