diff options
Diffstat (limited to 'app/Resources/static')
-rw-r--r-- | app/Resources/static/themes/material/css/nav.scss | 1 | ||||
-rw-r--r-- | app/Resources/static/themes/material/css/various.scss | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/nav.scss b/app/Resources/static/themes/material/css/nav.scss index 99a048b0..7191a71a 100644 --- a/app/Resources/static/themes/material/css/nav.scss +++ b/app/Resources/static/themes/material/css/nav.scss | |||
@@ -68,7 +68,6 @@ nav .nav-wrapper i { | |||
68 | .input-field input { | 68 | .input-field input { |
69 | display: block; | 69 | display: block; |
70 | line-height: inherit; | 70 | line-height: inherit; |
71 | padding-left: 4rem !important; | ||
72 | width: calc(100% - 8rem); | 71 | width: calc(100% - 8rem); |
73 | height: 4.1rem; | 72 | height: 4.1rem; |
74 | } | 73 | } |
diff --git a/app/Resources/static/themes/material/css/various.scss b/app/Resources/static/themes/material/css/various.scss index 7daf40ec..9d2f94f5 100644 --- a/app/Resources/static/themes/material/css/various.scss +++ b/app/Resources/static/themes/material/css/various.scss | |||
@@ -21,6 +21,17 @@ div.settings div.file-field { | |||
21 | 21 | ||
22 | nav .input-field input { | 22 | nav .input-field input { |
23 | margin: 0; | 23 | margin: 0; |
24 | padding-left: 0.5rem; | ||
25 | } | ||
26 | |||
27 | .new-entry-button { | ||
28 | padding: 0 1rem; | ||
29 | background-color: transparent; | ||
30 | border: none; | ||
31 | |||
32 | &:focus { | ||
33 | background-color: inherit; | ||
34 | } | ||
24 | } | 35 | } |
25 | 36 | ||
26 | .tabs { | 37 | .tabs { |