aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/various.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/various.scss')
-rw-r--r--app/Resources/static/themes/material/css/various.scss11
1 files changed, 11 insertions, 0 deletions
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
22nav .input-field input { 22nav .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 {