How to add a special background to Cinnamon menu applet?

Submit your artwork to make Linux Mint look better
Forum rules
Topics in this forum are automatically closed 6 months after creation.
Locked
Brahim Salem

How to add a special background to Cinnamon menu applet?

Post by Brahim Salem »

I want to give Cinnamon menu applet a special background colour with code (NO png) to make it look like the below hover colour?

Image

Theme link http://gnome-look.org/content/show.php/ ... b676d0115d
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: How to add a special background to Cinnamon menu applet?

Post by austin.texas »

/* ===================================================================
* PopupMenu (popupMenu.js)
* ===================================================================*/
.popup-menu-boxpointer {
-arrow-border-radius: 8px;
-arrow-background-color: rgba(80,80,80,0.9);

Edit the part in red for the correct color. Edit the part in green for the desired transparency.

The Agave color picker is a good way to match the color to your hover color. (gimp works, also.)
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
Brahim Salem

Re: How to add a special background to Cinnamon menu applet?

Post by Brahim Salem »

thank you bro but I want to edit the colour of the applet on the panel not the popup! I want that panel section to be in blue :D
Brahim Salem

Re: How to add a special background to Cinnamon menu applet?

Post by Brahim Salem »

I want to achieve this http://gnome-look.org/content/show.php/ ... ent=168706 but with code :D Is there a way to add a special code to the cinnamon menu applet panel area:mrgreen:
Frankula

Re: How to add a special background to Cinnamon menu applet?

Post by Frankula »

In Cinnamon.css go to applet.js (in the Cinnamon specific section) and change the ".applet-box: hover" to whatever color you wish.
Locked

Return to “Your Artwork”