aboutsummaryrefslogtreecommitdiff
path: root/src/components/TileTree.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-03-24 01:10:37 +1100
committerTerry Truong <terry06890@gmail.com>2022-03-24 01:10:37 +1100
commitb18bc3ff50671e7109bde3d1eabb8276d313863e (patch)
treefb7b384a0bf652f5445b55b0338308e793df5459 /src/components/TileTree.vue
parent8cdcfb61bda1f9a2513d40240ae5f2a485311534 (diff)
Add info icon
Diffstat (limited to 'src/components/TileTree.vue')
-rw-r--r--src/components/TileTree.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/TileTree.vue b/src/components/TileTree.vue
index ed7eb87..d42dd24 100644
--- a/src/components/TileTree.vue
+++ b/src/components/TileTree.vue
@@ -41,6 +41,10 @@ const defaultComponentOptions = {
imgTileFontSz: 15, //px
imgTileColor: '#fafaf9',
expandableImgTileColor: 'greenyellow', //yellow, greenyellow, turquoise,
+ infoIconSz: 18, //px
+ infoIconPadding: 2, //px
+ infoIconColor: 'rgba(250,250,250,0.3)',
+ infoIconHoverColor: 'white',
// For non-leaf tile-group components
nonLeafBgColors: ['#44403c', '#57534e'], //tiles at depth N use the Nth color, repeating from the start as needed
nonLeafHeaderFontSz: 15, //px