aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorSimounet <contact@simounet.net>2017-12-28 20:24:39 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2018-01-12 10:07:46 +0100
commitf86c2b5fa6e8e681dbc6608e8272b63679336676 (patch)
tree76aa018154150b58e20c2df2be11b61d3ec0dbfc /app
parente9e3f938053174b93a0ee246600c5771d801e712 (diff)
downloadwallabag-f86c2b5fa6e8e681dbc6608e8272b63679336676.tar.gz
wallabag-f86c2b5fa6e8e681dbc6608e8272b63679336676.tar.zst
wallabag-f86c2b5fa6e8e681dbc6608e8272b63679336676.zip
Label replaced by a button on the nav search form
Diffstat (limited to 'app')
-rw-r--r--app/Resources/static/themes/material/css/nav.scss10
-rw-r--r--app/Resources/static/themes/material/css/various.scss10
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}