diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-04-12 12:19:05 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-04-12 16:37:48 +0100 |
| commit | 16e8b6e8ad4a9bca8890e43190b3fd794421b003 (patch) | |
| tree | 560211dc39932362c54ab39948ab494de35519bf /resources/views/icons | |
| parent | 0755b286adf89d7fb403eb90ed1b92ce6ba98d72 (diff) | |
| download | webtrees-16e8b6e8ad4a9bca8890e43190b3fd794421b003.tar.gz webtrees-16e8b6e8ad4a9bca8890e43190b3fd794421b003.tar.bz2 webtrees-16e8b6e8ad4a9bca8890e43190b3fd794421b003.zip | |
Refactor charts to use CSS lines instead of bitmaps
Diffstat (limited to 'resources/views/icons')
| -rw-r--r-- | resources/views/icons/collapse.phtml | 1 | ||||
| -rw-r--r-- | resources/views/icons/expand.phtml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/views/icons/collapse.phtml b/resources/views/icons/collapse.phtml new file mode 100644 index 0000000000..39ca9e11ba --- /dev/null +++ b/resources/views/icons/collapse.phtml @@ -0,0 +1 @@ +<i class="far fa-minus-square fa-fw wt-icon-collapse" aria-hidden="true"></i> diff --git a/resources/views/icons/expand.phtml b/resources/views/icons/expand.phtml new file mode 100644 index 0000000000..ab72399b55 --- /dev/null +++ b/resources/views/icons/expand.phtml @@ -0,0 +1 @@ +<i class="far fa-plus-square fa-fw wt-icon-expand" aria-hidden="true"></i> |
