Skip to content

Commit

Permalink
Theme advanced panel on insecure connection page fix #48
Browse files Browse the repository at this point in the history
  • Loading branch information
overdodactyl committed Jan 3, 2018
1 parent d4f1d3d commit e0f510b
Show file tree
Hide file tree
Showing 2 changed files with 266 additions and 244 deletions.
15 changes: 14 additions & 1 deletion userContent-files/about_pages/neterror.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
.advanced-panel {
background-color: var(--grey-60) !important;
border-color: var(--grey-50) !important;
}

.exceptionDialogButtonContainer {
background-color: var(--grey-80) !important;
}



@-moz-document url(about:neterror) {

/* about:neterror button */
#errorTryAgain {
background: var(--primary-accent-color) !important;
color: var(--primary-light-color) !important;
}
}

}

0 comments on commit e0f510b

Please sign in to comment.