From 4453473c3b869ad8872736acb1dd84de3fa3b8d2 Mon Sep 17 00:00:00 2001 From: Jason Bayton Date: Tue, 8 Aug 2017 11:18:20 +0100 Subject: [PATCH] Add in CSS changes for NC12 As the CSS files have been merged into a global server.css, official documentation (and not just release notes) should indicate this. --- developer_manual/core/theming.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/developer_manual/core/theming.rst b/developer_manual/core/theming.rst index 4d220718a..b526d27a3 100644 --- a/developer_manual/core/theming.rst +++ b/developer_manual/core/theming.rst @@ -53,6 +53,9 @@ for example in /nextcloud/core/ and /nextcloud/settings/ in these sub folders: Notes for Updates ================= + +.. note:: With Nextcloud 12, CSS files have been merged into one server.css so in order to keep your theme working you should consolidate your existing css styles into a server.css file. As for the example theme the styles.css file has been renamed to server.css. + It is not recommended to the user to perform adaptations inside the folder ``/themes/example`` because files inside this folder might get replaced during the next Nextcloud update process.