Hi DA, the theme is not broken, everything's working as it should

Minor things:
- be sure to check that the panel looks good both in top and bottom panel setups, it looks a bit weird at the top.
- the border-radius in popup menus is off because your image has a 13px border radius (or thereabouts) and the css doesn't account for it. This works better:
- Code: Select all
.popup-menu {
color: #ffffff;
font-size: 10pt;
min-width: 200px;
border-image: url("../img/cal.png") 13;
}
- view-selector.css can be deleted, not used in Cinnamon. (Not even used in gnome-shell anymore)
- the add-workspace-button looks better with unrounded corners on the screen edge? achieved with "border-radius: 4px 0px 0px 4px;"
- the favourites launchers in the menu aren't aligned with the session buttons. This fixes it:
- Code: Select all
.menu-favorites-button {
padding: 10px;
}
- the search field in the menu is too wide
If you want to see what can be deleted in cinnamon.css (unused gnome-shell.css leftover). Check out Týr's cinnamon.css, it has clean code.
Thank you for this thread. That’s all I can say. You most definitely have made this forum into something special. You clearly know what you are doing, you’ve covered so many bases. Thanks!