diff --git a/generate_report.py b/generate_report.py index 6ddd18f..839a4b3 100644 --- a/generate_report.py +++ b/generate_report.py @@ -121,6 +121,27 @@ HTML_TEMPLATE = """ position: relative; z-index: 1; } + .window-hide { + width: 13px; + height: 13px; + background-image: url('__HIDE_BTN__'); + background-size: contain; + background-repeat: no-repeat; + flex-shrink: 0; + position: relative; + z-index: 1; + } + .window-shade { + width: 13px; + height: 13px; + background-image: url('__SHADE_BTN__'); + background-size: contain; + background-repeat: no-repeat; + flex-shrink: 0; + position: relative; + z-index: 1; + margin-left: 4px; + } .window-title { flex: 1; text-align: center; @@ -437,6 +458,8 @@ HTML_TEMPLATE = """