aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/public
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2015-08-12 20:27:30 +0300
committerAlexandr Danilov <bitbucket@modos189.ru>2015-08-12 20:27:30 +0300
commit8ba913d87a1e7f5223080c4e422301561fa74467 (patch)
tree2cafbeff31751137d5b50ea725b244403190e5ad /src/Wallabag/CoreBundle/Resources/views/themes/material/public
parent06fdfd025ec7f81e11e22f8596752296c0105143 (diff)
downloadwallabag-8ba913d87a1e7f5223080c4e422301561fa74467.tar.gz
wallabag-8ba913d87a1e7f5223080c4e422301561fa74467.tar.zst
wallabag-8ba913d87a1e7f5223080c4e422301561fa74467.zip
improved view
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
index 9650a12b..6dd6ed55 100755
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
@@ -100,14 +100,14 @@ nav input {
100 white-space: nowrap; 100 white-space: nowrap;
101} 101}
102 102
103.input-field input { 103.nav-panels .input-field input {
104 display: block; 104 display: block;
105 line-height: inherit; 105 line-height: inherit;
106 padding-left: 4rem !important; 106 padding-left: 4rem !important;
107 width: calc(100% - 8rem); 107 width: calc(100% - 8rem);
108} 108}
109 109
110.input-field input:focus { 110.nav-panels .input-field input:focus {
111 background-color: #fff; 111 background-color: #fff;
112 border: 0; 112 border: 0;
113 box-shadow: none; 113 box-shadow: none;