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.
|
|
@ -31,3 +31,4 @@ VIVO tenderfoot theme: screen styles
|
|||
@import url("page-login.css");
|
||||
@import url("page-menu.css");
|
||||
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
|
||||
@import url("../../../local/css/local.css");
|
|
@ -24,3 +24,4 @@ VIVO wilma theme: screen styles
|
|||
|
||||
@import url("reset.css");
|
||||
@import url("wilma.css");
|
||||
@import url("../../../local/css/local.css");
|
||||
|
|
Loading…
Add table
Reference in a new issue