rjanja / desktop-capture

Screenshot and screencasting tools for Cinnamon.
40 stars 11 forks source link

Status text in popup menu #44

Closed zagortenay333 closed 8 years ago

zagortenay333 commented 8 years ago

The status text in the popup menu uses a custom selector (.menu-context) which really isn't necessary, Best would be to borrow the corresponding style from the popup-menus.

This way it will blend in better

rjanja commented 8 years ago

I couldn't find a built-in selector to use which would serve as a detail or context or status label, shaded appropriately. I could remove this selector but then the hotkey will display in the same format as the rest of the menu item. Which style do you recommend?

zagortenay333 commented 8 years ago

I actually think they have an element for that; you can see it in the network applet when it says connecting or cable unplugged. It uses the .popup-inactive-menu-item selector.

Also, the battery applet uses it for the Fully charged text, although that one isn't right aligned for some reason.

rjanja commented 8 years ago

That gives it a lot of boldness. Maybe it's just my theme though.

screenshot-cinnamon-2015-09-18-084955

zagortenay333 commented 8 years ago

I made that theme. Yeah it's the theme's fault.

rjanja commented 8 years ago

I can't find a better style to use so I'm going to continue with applet style. I'll revisit this sometime in the future and see if anything has changed.

zagortenay333 commented 8 years ago

You mean you don't like how themes are styling it?