aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/demo_plugin/custom_demo.css
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-11-02 16:34:10 +0100
committerArthurHoaro <arthur@hoa.ro>2016-11-05 14:29:56 +0100
commitc8f0a06d801d1e6405f5d86b45ba5967a6569c8c (patch)
tree173523374b5ac660ace025181acb817125ede482 /plugins/demo_plugin/custom_demo.css
parentcac0ea87be6326271993c958788afbd244815ef1 (diff)
downloadShaarli-c8f0a06d801d1e6405f5d86b45ba5967a6569c8c.tar.gz
Shaarli-c8f0a06d801d1e6405f5d86b45ba5967a6569c8c.tar.zst
Shaarli-c8f0a06d801d1e6405f5d86b45ba5967a6569c8c.zip
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
Diffstat (limited to 'plugins/demo_plugin/custom_demo.css')
-rw-r--r--plugins/demo_plugin/custom_demo.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/demo_plugin/custom_demo.css b/plugins/demo_plugin/custom_demo.css
index af5e8bf9..95019e28 100644
--- a/plugins/demo_plugin/custom_demo.css
+++ b/plugins/demo_plugin/custom_demo.css
@@ -2,10 +2,6 @@
2 color: red; 2 color: red;
3} 3}
4 4
5.upper_plugin_demo {
6 float: left;
7}
8
9#demo_marquee { 5#demo_marquee {
10 background: darkmagenta; 6 background: darkmagenta;
11 color: white; 7 color: white;