diff --git a/src/theme.scss b/src/theme.scss index 6a50b8f8c..a58b6f7ab 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -168,6 +168,19 @@ html, body { padding: 0; } +.filter-bar { + position: absolute; + right: 14px; + margin-top: 5px; + padding: 5px; + padding-top: 0; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0,0,0,.15); + border-radius: 2px; + box-shadow: 0 6px 12px rgba(0,0,0,.175); +} + .offline-banner { position: fixed; z-index: 30000; diff --git a/src/views/apps.html b/src/views/apps.html index 16e6cd19f..d21fa2cf5 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -199,7 +199,7 @@