diff --git a/static/css/quay.css b/static/css/quay.css index 641c3a1d3..69d56cfb7 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -21,6 +21,20 @@ html, body { border-bottom: 1px dashed #aaa; } +.toggle-icon { + font-size: 22px; + padding: 6px; + cursor: pointer; +} + +i.toggle-icon:hover { + color: steelblue; +} + +.toggle-icon.active { + border-radius: 4px; + background: #eee; +} .entity-reference .prefix { color: #aaa; diff --git a/static/directives/logs-view.html b/static/directives/logs-view.html index 2af2bf6e3..7ebb46fe3 100644 --- a/static/directives/logs-view.html +++ b/static/directives/logs-view.html @@ -6,10 +6,8 @@
Usage logs for the last seven days - +