Skip to content

Commit

Permalink
Fix: Download Popup - Remove border radious at popup
Browse files Browse the repository at this point in the history
Can't apply at window(`#unknownContentTypeWindow`)
  • Loading branch information
black7375 committed Oct 4, 2021
1 parent a93e1e0 commit d585cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userChrome.css
Expand Up @@ -566,7 +566,7 @@
#unknownContentType {
color: var(--in-content-page-color) !important;
background-color: var(--in-content-page-background) !important;
border-radius: 0 0 8px 8px !important;
/* border-radius: 0 0 8px 8px !important; */
}

/*- Button ---------------------------------------------------------------*/
Expand Down

0 comments on commit d585cb7

Please sign in to comment.