aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorSimounet <contact@simounet.net>2017-12-04 19:25:03 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2018-01-12 10:07:46 +0100
commite9e3f938053174b93a0ee246600c5771d801e712 (patch)
tree696fd918e28ecf5b66a2c3b72757713a9d53f9da /app
parent99e8c2785b9fc0cd9cc8674cb297a13a1035238f (diff)
downloadwallabag-e9e3f938053174b93a0ee246600c5771d801e712.tar.gz
wallabag-e9e3f938053174b93a0ee246600c5771d801e712.tar.zst
wallabag-e9e3f938053174b93a0ee246600c5771d801e712.zip
Label replaced by a button on the nav new entry form
Diffstat (limited to 'app')
-rw-r--r--app/Resources/static/themes/material/css/nav.scss1
-rw-r--r--app/Resources/static/themes/material/css/various.scss11
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
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 {