aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/nav.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/nav.scss')
-rw-r--r--app/Resources/static/themes/material/css/nav.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/nav.scss b/app/Resources/static/themes/material/css/nav.scss
index 7191a71a..f5447b8c 100644
--- a/app/Resources/static/themes/material/css/nav.scss
+++ b/app/Resources/static/themes/material/css/nav.scss
@@ -116,6 +116,16 @@ nav .nav-wrapper i {
116 } 116 }
117} 117}
118 118
119.nav-form-button {
120 padding: 0 1rem;
121 background-color: transparent;
122 border: none;
123
124 &:focus {
125 background-color: inherit;
126 }
127}
128
119#button_filters { 129#button_filters {
120 display: none; 130 display: none;
121} 131}