Skip to content

Add support for themes + GitHub dark dimmed theme #1416

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed help_panel_wrapper
  • Loading branch information
LordBaryhobal committed Jul 2, 2022
commit e01f75d85b4b3dc0cff0f6eae83879464746c9bf
3 changes: 2 additions & 1 deletion coverage/htmlfiles/themes/github_dark_dimmed.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ header button.par.show_par { background-color: #eac55f; border-color: rgba(205,

#help_panel { background-color: #2d333b; border-radius: 6px; border-color: #444c56; color: #adbac7; padding: 8px 16px; }

#help_panel_wrapper { float: initial; order: 1; }
body.indexfile #help_panel_wrapper { float: initial; order: 1; }

#help_panel_wrapper label { cursor: pointer; }

#help_panel .legend { font-size: 12px; font-weight: 600; }
Expand Down
4 changes: 3 additions & 1 deletion coverage/htmlfiles/themes/github_dark_dimmed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,12 @@ header button {
}

// Help panel
#help_panel_wrapper {
body.indexfile #help_panel_wrapper {
float: initial;
order: 1;
}

#help_panel_wrapper {
label {
cursor: pointer;
}
Expand Down