Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
74be459b
Commit
74be459b
authored
Jul 21, 2014
by
Aron Carroll
Committed by
gergely-ujvari
Jul 29, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new simple-search module to the css directory
parent
bbfb88c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
67 additions
and
0 deletions
+67
-0
simple-search.scss
h/css/simple-search.scss
+67
-0
No files found.
h/css/simple-search.scss
0 → 100644
View file @
74be459b
@import
"base.scss"
;
.simple-search-form
{
color
:
$gray
;
@include
fonticon
(
"\e60c"
,
left
)
{
position
:
absolute
;
top
:
50%
;
left
:
8px
;
margin-top
:
-0
.5em
;
font-size
:
14px
;
line-height
:
1
;
}
&
.simple-search-inactive
{
color
:
$grayLighter
;
}
position
:
relative
;
}
.simple-search-input
{
height
:
26px
;
// Temporary fix for FF.
width
:
100%
;
border-radius
:
15px
;
border-color
:
#C5C5C5
!
important
;
// Override base input styles.
padding-left
:
2em
;
.simple-search-inactive
&
{
background-color
:
$grayLightest
;
border-color
:
$grayLightest
!
important
;
}
}
.simple-search-clear
{
@include
fonticon
(
"\36"
,
left
)
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
margin-top
:
-0
.5em
;
margin-left
:
-0
.5em
;
}
position
:
absolute
;
right
:
5px
;
top
:
50%
;
border
:
none
;
border-radius
:
50%
;
background
:
$grayLight
;
color
:
#fff
;
width
:
16px
;
height
:
16px
;
margin-top
:
-8px
;
font-size
:
8px
;
text-align
:
center
;
text-shadow
:
none
;
&
:focus
,
&
:hover
,
&
:active:not
([
disabled
])
{
@include
transition
(
background-color
200ms
ease-in
);
background-color
:
$grayLight
;
color
:
#fff
;
border
:
none
;
background-image
:
none
;
box-shadow
:
none
;
top
:
50%
;
// Reset button state.
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment