Project Docs Github
Log in
ittf site docs styles t search.css.ittf Edit
  • /ittf/site/docs/styles/t/search.css.ittf

/ittf/site/docs/styles/t/search.css.ittf (primary)

edit
                                            
1 $group
2 . searchbox
3 display inline-block
4 position relative
5 width 200px
6 height 32px !important
7 padding-top 1px
8 white-space nowrap
9 box-sizing border-box
10 border 0
11 border-radius 16px
12 visibility visible !important
13 & :hover
14 box-shadow inset 0 0 0 3px #b3b3b3
15 background-color ${wzCtx.Colors.c_dark}
16 color ${wzCtx.Colors.bg_dark}
17 < input
18 display inline-block
19 box-sizing border-box
20 transition box-shadow 0.4s ease, background 0.4s ease
21 box-shadow inset 0 0 0 1px #cccccc
22 background ${wzCtx.Colors.bg_dark}
23 padding 0
24 padding-right 26px
25 padding-left 32px
26 width 100%
27 height 100%
28 vertical-align middle
29 white-space normal
30 font-size 12px
31 appearance none
32 & :focus
33 outline 0
34 box-shadow inset 0 0 0 1px #aaaaaa
35 background-color ${wzCtx.Colors.c_dark}
36 color ${wzCtx.Colors.bg_dark}
37 & ::placeholder
38 color #aaaaaa
Save
Save & Refresh
Cancel