Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
74ea712693f0
Unverified
Commit
0768100a
authored
Jul 29, 2014
by
Dmitriy Zaporozhets
Browse files
Use same color for all selectbox in bulk issue update
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
5af286760fe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/sections/issues.scss
View file @
74ea7126
...
...
@@ -63,6 +63,13 @@
@media
(
min-width
:
800px
)
{
.issues_bulk_update
.select2-container
{
min-width
:
120px
;
}
}
@media
(
min-width
:
1200px
)
{
.issues_bulk_update
.select2-container
{
min-width
:
160px
;
}
}
.issues_bulk_update
{
.select2-container
.select2-choice
{
color
:
#444
!
important
;
font-weight
:
500
;
}
}
#update_status
{
width
:
100px
;
}
...
...
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