git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit c1df5062eaca8f4972f53357a922f61c01b97399

Move search input styles back to main-window.mcss

Oli Evans committed on 4/22/2017, 9:20:46 PM
Parent: 0fb6276b32694566f2a61164ad87c5c04d792bb7

Files changed

styles/base.mcsschanged
styles/main-window.mcsschanged
styles/base.mcssView
@@ -66,22 +66,8 @@
6666 color: #FFF
6767 padding-right: 12px
6868 border-radius: 0
6969 }
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- }
8470 }
8571
8672 ::-webkit-file-upload-button {
8773 font-family: inherit
styles/main-window.mcssView
@@ -18,8 +18,25 @@
1818 box-shadow: 0 0 3px #7f7f7f;
1919 position: relative;
2020 z-index: 100
2121
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+
2239 span.history {
2340 padding-left: 6px
2441 height: 26px;
2542 display: inline-block

Built with git-ssb-web