-
So, I'm on Windows 7, and old versions of FF have a border around the main content to highlight the page when Aero is applied. I can't find any setting to restore this behaviour. Is there any way to get the border back? |
Beta Was this translation helpful? Give feedback.
Answered by
Aris-t2
Mar 16, 2023
Replies: 1 comment 2 replies
-
You can add a border using this: #appcontent {
border: 1px solid grey !important;
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gazecube
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add a border using this: