mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 02:08:35 +02:00
gtk: disable shadows and radius to solve issue with Firefox menus
It works for tooltips, but not for menus.
This commit is contained in:
parent
1a69ef4f6e
commit
d36a098edc
2 changed files with 8 additions and 1 deletions
|
@ -31,3 +31,11 @@ entry, textview
|
|||
{
|
||||
-gtk-key-bindings: custom-text-entry;
|
||||
}
|
||||
|
||||
/* Don't use shadows, border radius, etc */
|
||||
tooltip, menu {
|
||||
margin: 0;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
|
@ -28,7 +28,6 @@ blur-method = "dual_kawase";
|
|||
blur-strength = 3;
|
||||
blur-background-exclude = [
|
||||
"class_i = 'xss-dimmer'",
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
"window_type != 'dock' &&
|
||||
window_type != 'tooltip' &&
|
||||
window_type !*= 'menu' &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue