MyShaarli/plugins/demo_plugin/custom_demo.css
ArthurHoaro ba0fd80732 Improve theme dependent plugin placeholders:
- buttons_toolbar: now expect links represented by an array instead of HTML content
  - fields_toolbar: now expect a form represented by an array instead of HTML content
  - action_plugin: now expect links represented by an array instead of HTML content

Default templates updated accordingly
mprove theme dependent plugin placeholders:
2016-12-01 11:38:21 +01:00

9 lines
112 B
CSS

.linktitle a {
color: red;
}
#demo_marquee {
background: darkmagenta;
color: white;
font-weight: bold;
}