GNOME Bugzilla – Bug 669489
Change the color of the top panel's border
Last modified: 2012-02-08 22:41:53 UTC
The color of the border on the top panel is #536272. IMO this makes it stand out a little too much, specially if the user has a dark background applied. I would suggest changing the color to #333333. This would also make it look similar to the border in the dash and workspace switcher. The affected files are panel-border.svg and gnome-shell.css, making the change is very simple.
I toyed around with the idea of removing the border altogether recently. It makes the top bar appear much more like dead space rather than something that is overlaid.
Created attachment 206924 [details] [review] no border for top bar I agree.
Review of attachment 206924 [details] [review]: Patch doesn't build due to left-over reference to panel-border.svg in data/Makefile.am. Apart from that, do we want to remove the "app-icon-bottom-clip: 1px;" as well? Or is a black "border" intended in that case?
I think the inner black border looks nice wrt to the app menu icon.
(In reply to comment #4) > I think the inner black border looks nice wrt to the app menu icon. OK, I was just wondering if it was an oversight; doesn't excuse you from fixing the Makefile though :p
Created attachment 206943 [details] [review] Pardon, pardon! Fixed build issue.
Wrong patch?
Created attachment 206944 [details] [review] Third time's the charm.
Review of attachment 206944 [details] [review]: Yup - please replace the "bug #669489" reference by the full bugzilla URL before pushing
Created attachment 207098 [details] [review] panel: Simplify corner drawing With the panel border removed, it is no longer necessary to account for it in the corner drawing code, so simplify the drawing code a bit. Removing -panel-corner-outer-border-width/color from the CSS results in a bunch of warnings (because we lookup those values using get_length() instead of lookup_length()) - rather than just fixing the warnings, remove support for those properties from the drawing code.
Review of attachment 207098 [details] [review]: Looks good.
Attachment 206944 [details] pushed as 8b4c1a8 - theme: Remove border from top bar Attachment 207098 [details] pushed as d1fc875 - panel: Simplify corner drawing