diff options
Diffstat (limited to 'app/Resources')
-rw-r--r-- | app/Resources/static/themes/material/css/nav.scss | 10 | ||||
-rw-r--r-- | app/Resources/static/themes/material/css/various.scss | 10 |
2 files changed, 10 insertions, 10 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 | } |
diff --git a/app/Resources/static/themes/material/css/various.scss b/app/Resources/static/themes/material/css/various.scss index 9d2f94f5..ba6570f2 100644 --- a/app/Resources/static/themes/material/css/various.scss +++ b/app/Resources/static/themes/material/css/various.scss | |||
@@ -24,16 +24,6 @@ nav .input-field input { | |||
24 | padding-left: 0.5rem; | 24 | padding-left: 0.5rem; |
25 | } | 25 | } |
26 | 26 | ||
27 | .new-entry-button { | ||
28 | padding: 0 1rem; | ||
29 | background-color: transparent; | ||
30 | border: none; | ||
31 | |||
32 | &:focus { | ||
33 | background-color: inherit; | ||
34 | } | ||
35 | } | ||
36 | |||
37 | .tabs { | 27 | .tabs { |
38 | display: flex; | 28 | display: flex; |
39 | } | 29 | } |