diff options
author | Max Magorsch <max@magorsch.de> | 2019-12-23 04:07:14 +0100 |
---|---|---|
committer | Max Magorsch <max@magorsch.de> | 2019-12-23 04:07:14 +0100 |
commit | 9c74d6f0467f87407da28ef85e79733eeca35188 (patch) | |
tree | 2d8575d79122bc5fd1defca27d6bade58afea88e /skins/contrib/Gentoo/select-icon.svg | |
parent | Add docker files for development purposes (diff) | |
download | bugzilla-9c74d6f0467f87407da28ef85e79733eeca35188.tar.gz bugzilla-9c74d6f0467f87407da28ef85e79733eeca35188.tar.bz2 bugzilla-9c74d6f0467f87407da28ef85e79733eeca35188.zip |
Add a first draft of a tyrian based appearancedev/tyrian-theme
The bugzilla templates have been changed to match the tyrian theme. The
second customization method from [1] has been choosen, as hooks aren't
sufficient for the changes that are needed to make it work. Meaning:
A new 'custom' folder is present in the 'template' directory. The
custom directory contains templates which override the templates in
the default directory.
This is a first draft and not covering everything yet. There are still
some parts / pages that need to be migrated to the new theme. However,
this can easily be done by adding new templates in the 'custom' folder
which will override the templates in the default folder by default.
[1] https://bugzilla.readthedocs.io/en/5.0/integrating/templates.html
Signed-off-by: Max Magorsch <max@magorsch.de>
Diffstat (limited to 'skins/contrib/Gentoo/select-icon.svg')
-rw-r--r-- | skins/contrib/Gentoo/select-icon.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/contrib/Gentoo/select-icon.svg b/skins/contrib/Gentoo/select-icon.svg new file mode 100644 index 000000000..58f4ea790 --- /dev/null +++ b/skins/contrib/Gentoo/select-icon.svg @@ -0,0 +1 @@ +<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>
\ No newline at end of file |