Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
c9104fa6
Commit
c9104fa6
authored
May 07, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix search dropdown css. Improve jquery styles
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
fa7d0e3a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
11 deletions
+28
-11
app/assets/stylesheets/generic/jquery.scss
app/assets/stylesheets/generic/jquery.scss
+28
-11
No files found.
app/assets/stylesheets/generic/jquery.scss
View file @
c9104fa6
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
width
:
270px
;
width
:
270px
;
.ui-datepicker-header
{
.ui-datepicker-header
{
background
:
#
EEE
;
background
:
#
FFF
;
border-color
:
#DDD
;
border-color
:
#DDD
;
}
}
...
@@ -19,20 +19,37 @@
...
@@ -19,20 +19,37 @@
}
}
&
.ui-autocomplete
{
&
.ui-autocomplete
{
@include
border-radius
(
0px
);
border-color
:
#DDD
;
border-color
:
#DDD
;
padding
:
0
;
padding
:
0
;
margin-top
:
2px
;
z-index
:
1001
;
.ui-menu-item
a
{
.ui-menu-item
a
{
padding
:
4px
10px
;
}
}
.ui-state-default
{
border
:
1px
solid
#FFF
;
background
:
#FFF
;
color
:
#777
;
color
:
#777
;
}
&
:hover
{
.ui-state-highlight
{
background
:
$hover
;
border
:
1px
solid
#EEE
;
border-color
:
$primary_color
;
background
:
#EEE
;
@include
border-radius
(
0px
);
color
:
#333
;
}
}
.ui-state-active
{
border
:
1px
solid
$bg_style_color
;
background
:
$bg_style_color
;
color
:
#FFF
;
}
}
.ui-state-hover
,
.ui-state-focus
{
border
:
1px
solid
$hover
;
background
:
$hover
;
color
:
#333
;
}
}
}
}
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