Elements structure: parent or child elements of .applet-box #12
Unanswered
danimesq
asked this question in
Development
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there empty spare child or parent elements of .applet-box that could be customized to have margin and border-radius?
That could enable advanced theming, such as the examples bellow:
.applet-box{margin-top:2px;margin-bottom:2px;border-radius:5px}
Currently in my case, Cinnamon's elements structure don't seem fully support this kind of CSS, as out-of-margin and out-of-border parts won't be hoverable (because I saw no parent element to hold the .applet-box nor child element to emulate it).
Beta Was this translation helpful? Give feedback.
All reactions