diff options
| author | Lucifer <[email protected]> | 2019-12-16 19:14:58 +0530 |
|---|---|---|
| committer | Lucifer <[email protected]> | 2019-12-16 19:14:58 +0530 |
| commit | 783a4c34b180f24c065b534ccc91ecb1fd3221f5 (patch) | |
| tree | 68b329ddca9b4433f164da55928485604bdad657 | |
| parent | f6bf60cb343aebbd9c2be8d5daadd7de8aba171c (diff) | |
| download | nativekit-783a4c34b180f24c065b534ccc91ecb1fd3221f5.tar.xz nativekit-783a4c34b180f24c065b534ccc91ecb1fd3221f5.zip | |
Changes for sidebar search
| -rw-r--r-- | dist/mac/all.css | 22 | ||||
| -rw-r--r-- | templates/mac/index.html | 10 |
2 files changed, 22 insertions, 10 deletions
diff --git a/dist/mac/all.css b/dist/mac/all.css index 1348417..d6aa3f6 100644 --- a/dist/mac/all.css +++ b/dist/mac/all.css @@ -1100,6 +1100,24 @@ h6 { font-size: 14px; } +.sidebarSearch { + margin: 20px 5px; + position: relative; +} +.sidebarSearch .form-control { + display: inline-block; + width: 100%; + padding: 0px 0px 0px 25px; + background-color: rgba(0, 0, 0, 0.089); +} +.sidebarSearch .icon { + display: inline-block; + position: absolute; + top: 4px; + left: 8px; + color: #A3A3A3; +} + .nav-group .item { padding: 5px 10px 4px 25px; display: block; @@ -1395,8 +1413,8 @@ input[type="radio"], input[type="checkbox"] { } .form-control:focus { - border-color: #6db3fd; - box-shadow: 0 0 0 3px #6db3fd; + border-color: #4E84D6; + box-shadow: 0 0 0 3px #7EA1E4; } .form-group { diff --git a/templates/mac/index.html b/templates/mac/index.html index e3fdbc3..f9881c2 100644 --- a/templates/mac/index.html +++ b/templates/mac/index.html @@ -55,16 +55,10 @@ </div> </header> <div class="content"> - <div class="pane-group"> - <div class="pane pane-small sidebar"> - - </div> - <div class="pane"> - - </div> + </div> <footer class="titlebar statusbar"> - <h1 class="window-title">6 items</h1> + <h1 class="window-title">Native Kit</h1> </footer> </div> <script src="./../../scripts/nativekit.js"></script> |
