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
7f660a79
Commit
7f660a79
authored
Jul 21, 2014
by
Aron Carroll
Committed by
gergely-ujvari
Jul 29, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the search bar styles
parent
350a296a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
41 deletions
+57
-41
common.scss
h/static/styles/common.scss
+57
-41
No files found.
h/static/styles/common.scss
View file @
7f660a79
...
...
@@ -6,6 +6,7 @@
@import
'spinner'
;
@import
'responsive'
;
@import
'yui_grid'
;
@import
'simple-search'
;
$base-font-size
:
16px
;
...
...
@@ -350,6 +351,61 @@ blockquote {
//ICON CLASSES////////////////////////////////
.flag-icon
{
@include
fonticon
(
"\28"
,
left
);
}
.fave-icon
{
@include
fonticon
(
"\e006"
,
left
);
&
.checked
:before
{
content
:
"\e005"
;
}
}
.reply-icon
{
@include
fonticon
(
"\e004"
,
left
);
}
.share-icon
{
@include
fonticon
(
"\25"
,
left
);
}
.down-icon
{
@include
fonticon
(
"\e007"
,
left
);
}
.clipboard-icon
{
@include
fonticon
(
"\33"
,
left
);
}
.check-icon
{
@include
fonticon
(
"\35"
,
left
);
}
.plus-icon
{
@include
fonticon
(
"\e012"
,
left
);
}
.x-icon
{
@include
fonticon
(
"\36"
,
left
);
}
.vis-icon
{
@include
fonticon
(
"\e001"
,
left
);
}
.highlight-icon
{
@include
fonticon
(
"\e601"
,
left
);
}
.comment-icon
{
@include
fonticon
(
"\e600"
,
left
);
}
.launch-icon
{
@include
fonticon
(
"\2a"
,
left
);
}
.loading-icon
{
text-align
:
center
}
...
...
@@ -756,47 +812,7 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
//Override their css here
.VS-search
{
overflow
:
hidden
;
*
{
@include
box-sizing
(
content-box
);
}
.search_facet
input
,
.search_input
input
,
.VS-input-width-tester
{
@include
box-shadow
(
none
);
border
:
0
;
}
.VS-search-box
{
border
:
0
;
height
:
26px
;
margin
:
1px
0
;
min-height
:
26px
;
}
&
.VS-search-collapsed
.VS-search-box
{
@include
box-shadow
(
none
);
background
:
inherit
;
}
.VS-icon-cancel
{
background-image
:
url(../images/svg/cancel.svg)
;
background-size
:
contain
;
&
:hover
{
background-image
:
url(../images/svg/cancel_black.svg)
;
background-position
:
center
0
;
}
}
.VS-icon-search
{
background-image
:
url(../images/svg/search.svg)
;
background-size
:
contain
;
&
:hover
{
background-image
:
url(../images/svg/search_dark.svg)
;
cursor
:
pointer
;
}
}
padding-right
:
0
.8em
;
}
// View and Sort tabs ////////////////////
...
...
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