CSS: .right_menu_button respects theme colors, no longer forces greyscale
| @@ -2655,7 +2655,7 @@ input[type="file"] { | ||
| 2655 | 2655 | text-align: center; |
| 2656 | 2656 | margin-top: 0; |
| 2657 | 2657 | padding: 1px; |
| 2658 | 2658 | filter: grayscale(1) brightness(75%); |
| 2659 | 2659 | -webkit-transition: all var(--animation-duration-3x) ease-in-out; |
| 2660 | 2660 | transition: all var(--animation-duration-3x) ease-in-out; |
| 2661 | 2661 | } |
| @@ -6219,4 +6219,4 @@ body:not(.movingUI) .drawer-content.maximized { | ||
| 6219 | 6219 | .info-block.error { |
| 6220 | 6220 | border-color: var(--error-color, #e87f7f); |
| 6221 | 6221 | background-color: rgba(241, 163, 163, 0.2); |
| 6222 | 6222 | } |
| 6222 | \ No newline at end of file | |