Open
Bug 1213600
Opened 9 years ago
Updated 2 years ago
Style of the context menu does not match system-wide look
Categories
(Core :: Widget: Gtk, defect, P4)
Tracking
()
NEW
People
(Reporter: nagisa, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: polish, Whiteboard: tpi:+)
Attachments
(1 file)
(deleted),
image/png
|
Details |
With gtk 3.18 the style of context menu won’t match the style of context menu used system-wide.
Note the border on the attached screenshot.
Updated•9 years ago
|
Comment 1•9 years ago
|
||
Which system/theme do you run?
Flags: needinfo?(simonas+bugzilla.mozilla.org)
Reporter | ||
Comment 2•9 years ago
|
||
System = Arch Linux. Theme is the standard gtk 3.18 Adwaita with following gtk.css in config directory placed:
$ cat ~/config/gtk-3.0/gtk.css
.solid-csd {
margin: 0px;
border: none;
}
.titlebar {
border-radius: 0px;
}
.context-menu, GtkMenu {
background: #f8f8f8;
}
Flags: needinfo?(simonas+bugzilla.mozilla.org)
Updated•8 years ago
|
Updated•8 years ago
|
Blocks: gtk3-pre-3.20
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•