Consolidate local overrides of messages and styles in "local" subdirectory. Allows customisation without creating a new thmee.
This commit is contained in:
parent
f6dd5a0a75
commit
870bc529e6
5 changed files with 13 additions and 0 deletions
5
installer/webapp/src/main/webapp/local/css/local.css
Normal file
5
installer/webapp/src/main/webapp/local/css/local.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
/*
|
||||
Override theme CSS styles by placing them in this file
|
||||
|
||||
Note - all themes must include <../../..>/local/css/local.css as the last import.
|
||||
*/
|
|
@ -0,0 +1,5 @@
|
|||
#
|
||||
# Local customisations override any provided messages
|
||||
#
|
||||
# Default (English)
|
||||
#
|
1
installer/webapp/src/main/webapp/local/readme
Normal file
1
installer/webapp/src/main/webapp/local/readme
Normal file
|
@ -0,0 +1 @@
|
|||
You can override messages and CSS by placing local rules and text in the files here.
|
Loading…
Add table
Add a link
Reference in a new issue