Consolidate local overrides of messages and styles in "local" subdirectory. Allows customisation without creating a new thmee.
This commit is contained in:
parent
9797afe881
commit
3ad80a9cf6
7 changed files with 24 additions and 2 deletions
5
webapp/src/main/webapp/local/css/local.css
Normal file
5
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.
|
||||
*/
|
5
webapp/src/main/webapp/local/i18n/all.properties
Normal file
5
webapp/src/main/webapp/local/i18n/all.properties
Normal file
|
@ -0,0 +1,5 @@
|
|||
#
|
||||
# Local customisations override any provided messages
|
||||
#
|
||||
# Default (English)
|
||||
#
|
|
@ -23,4 +23,5 @@ VIVO wilma theme: screen styles
|
|||
@charset "UTF-8";
|
||||
|
||||
@import url("reset.css");
|
||||
@import url("vitroTheme.css");
|
||||
@import url("vitroTheme.css");
|
||||
@import url("../../../local/css/local.css");
|
Loading…
Add table
Add a link
Reference in a new issue