You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a LOW PRIORITY as it's a mere theme annoyance and I can just switch themes to make it work. But still... annoyance is annoyance.
The element #move_columns_dialog li has black (#000) text on a dark-blue ( #222435 ) background. This was discovered in the 'Move Columns' dialog while trying to reorganize a table.
Since I don't know where to fix it, and there's not an issue tracker on @suprethreal 's fork, I'm dropping this here. Hopefully, someone has time to dig through the SASS and CSS files and figure out an optimal solution. Hopefully, that someone is at least as competent as @suprethreal is.
The text as it stands is incredibly hard to see, even at night on a brightened screen. The rest of the theme is beautiful and I've had no other issues. There's a reason I'm making an issue instead of just switching to a new theme.
The text was updated successfully, but these errors were encountered:
@VishwaJay Hello, does this method solve your problem?
Add this code to the end of the theme.css #move_columns_dialog li { background: #313248 !important; color: #aaa !important; }
This is a LOW PRIORITY as it's a mere theme annoyance and I can just switch themes to make it work. But still... annoyance is annoyance.
The element
#move_columns_dialog li
has black (#000
) text on a dark-blue (#222435
) background. This was discovered in the 'Move Columns' dialog while trying to reorganize a table.Since I don't know where to fix it, and there's not an issue tracker on @suprethreal 's fork, I'm dropping this here. Hopefully, someone has time to dig through the SASS and CSS files and figure out an optimal solution. Hopefully, that someone is at least as competent as @suprethreal is.
The text as it stands is incredibly hard to see, even at night on a brightened screen. The rest of the theme is beautiful and I've had no other issues. There's a reason I'm making an issue instead of just switching to a new theme.
The text was updated successfully, but these errors were encountered: