mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: Adjust active mode toggle button colors for contrast
This commit is contained in:
parent
b382005a4c
commit
a6c35305ed
1 changed files with 2 additions and 2 deletions
|
@ -451,8 +451,8 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
});
|
||||
this.classList.add('active');
|
||||
// Apply active styles directly as inline styles might interfere
|
||||
this.style.backgroundColor = '#0d6efd'; // Ensure active color is applied
|
||||
this.style.color = 'white';
|
||||
this.style.backgroundColor = '#e7f3ff'; // Use selected row highlight blue
|
||||
this.style.color = '#495057'; // Use dark text for contrast on light blue
|
||||
|
||||
// Update table view and apply filters
|
||||
updateTableView(newMode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue