From 06fdfd025ec7f81e11e22f8596752296c0105143 Mon Sep 17 00:00:00 2001 From: Alexandr Danilov Date: Wed, 12 Aug 2015 19:18:31 +0300 Subject: fix #1321 --- .../views/themes/material/public/css/main.css | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public/css') 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 bf7e667e..9650a12b 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 @@ -60,6 +60,10 @@ nav, main, footer { 1 = Nav ========================================================================== */ +nav input { + color: #aaa; +} + .nav-wrapper .button-collapse { padding: 0px 15px; } @@ -96,6 +100,34 @@ nav, main, footer { white-space: nowrap; } +.input-field input { + display: block; + line-height: inherit; + padding-left: 4rem !important; + width: calc(100% - 8rem); +} + +.input-field input:focus { + background-color: #fff; + border: 0; + box-shadow: none; + color: #444; +} + +.input-field.nav-panel-add label { + left: 1rem; +} + +.input-field.nav-panel-add .mdi-navigation-close { + position: absolute; + top: 0; + right: 1rem; + color: transparent; + cursor: pointer; + font-size: 2rem; + transition: .3s color; +} + /* ========================================================================== 2 = Side-nav ========================================================================== */ -- cgit v1.2.3