Commit c1df5062eaca8f4972f53357a922f61c01b97399
Move search input styles back to main-window.mcss
Oli Evans committed on 4/22/2017, 9:20:46 PMParent: 0fb6276b32694566f2a61164ad87c5c04d792bb7
Files changed
styles/base.mcss | changed |
styles/main-window.mcss | changed |
styles/base.mcss | ||
---|---|---|
@@ -66,22 +66,8 @@ | ||
66 | 66 … | color: #FFF |
67 | 67 … | padding-right: 12px |
68 | 68 … | border-radius: 0 |
69 | 69 … | } |
70 | - [type='search'] { | |
71 | - padding: 4px 8px; | |
72 | - border-radius: 3px; | |
73 | - border: 0 none; | |
74 | - background: #ffffff; | |
75 | - color: #656565; | |
76 | - font-size: 120%; | |
77 | - width: 180px; | |
78 | - box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.1) | |
79 | - :focus { | |
80 | - outline: 0; | |
81 | - box-shadow: inset 0 0 0px 1px #286bc3 | |
82 | - } | |
83 | - } | |
84 | 70 … | } |
85 | 71 … | |
86 | 72 … | ::-webkit-file-upload-button { |
87 | 73 … | font-family: inherit |
styles/main-window.mcss | ||
---|---|---|
@@ -18,8 +18,25 @@ | ||
18 | 18 … | box-shadow: 0 0 3px #7f7f7f; |
19 | 19 … | position: relative; |
20 | 20 … | z-index: 100 |
21 | 21 … | |
22 … | + span { | |
23 … | + input.search { | |
24 … | + padding: 4px 8px; | |
25 … | + border-radius: 3px; | |
26 … | + border: 0 none; | |
27 … | + background: #ffffff; | |
28 … | + color: #656565; | |
29 … | + font-size: 120%; | |
30 … | + width: 180px; | |
31 … | + box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.1) | |
32 … | + :focus { | |
33 … | + outline: 0; | |
34 … | + box-shadow: inset 0 0 0px 1px #286bc3 | |
35 … | + } | |
36 … | + } | |
37 … | + } | |
38 … | + | |
22 | 39 … | span.history { |
23 | 40 … | padding-left: 6px |
24 | 41 … | height: 26px; |
25 | 42 … | display: inline-block |
Built with git-ssb-web