You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2019. It is now read-only.
It seems that with cinnamon 3.2 they replaced the selectors .popup-menu-boxpointer and .popup-menu by the new .menu selector.
Have a look at the comments in original cinnamon.css file (line 113):
/* .popup-menu-boxpointer and .popup-menu are kept for compatibility
with cinnamon version under 3.2. Use .menu in version 3.2 and above */
If you define also a .menu selector in your css file the border issues should be fixed.
Although there are problems with the size of the popup-menu-arrow.
All properties of .popup-menu-arrow selector should be replaced by the property icon-size.
In my case this fixed the problem.
The text was updated successfully, but these errors were encountered:
It seems that with cinnamon 3.2 they replaced the selectors .popup-menu-boxpointer and .popup-menu by the new .menu selector.
Have a look at the comments in original cinnamon.css file (line 113):
If you define also a .menu selector in your css file the border issues should be fixed.
Although there are problems with the size of the popup-menu-arrow.
All properties of .popup-menu-arrow selector should be replaced by the property icon-size.
In my case this fixed the problem.
The text was updated successfully, but these errors were encountered: