summaryrefslogtreecommitdiffstats
path: root/module/web/static/css/default/dashboard.less
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/static/css/default/dashboard.less')
-rw-r--r--module/web/static/css/default/dashboard.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less
index e2cc739c6..2a4adf0e7 100644
--- a/module/web/static/css/default/dashboard.less
+++ b/module/web/static/css/default/dashboard.less
@@ -279,6 +279,18 @@ FANCY CHECKBOXES
Actionbar
*/
+.form-search {
+ position: relative;
+
+ .dropdown-menu {
+ min-width: 100%;
+ position: absolute;
+ right: 0;
+ left: auto;
+ }
+
+}
+
li.finished > a, li.finished:hover > a {
background-color: @green;
color: @light;