Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rendezvous
Overview
Overview
Details
Activity
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
rendezvous
Commits
412776dc
Commit
412776dc
authored
Aug 07, 2014
by
kiiita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tagのデザインを変更
parent
38e1da68
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
21 deletions
+7
-21
app/assets/images/close.png
+0
-0
app/assets/stylesheets/lib/select2.css
+7
-21
No files found.
app/assets/images/close.png
0 → 100644
View file @
412776dc
209 Bytes
app/assets/stylesheets/lib/select2.css
View file @
412776dc
...
...
@@ -489,34 +489,20 @@ disabled look for disabled choices in the results dropdown
}
.select2-container-multi
.select2-choices
.select2-search-choice
{
padding
:
3px
5px
3px
18
px
;
padding
:
5px
10px
5px
20
px
;
margin
:
3px
0
3px
5px
;
position
:
relative
;
line-height
:
13px
;
color
:
#
333
;
color
:
#
fff
;
cursor
:
default
;
border
:
1px
solid
#aaaaaa
;
border-radius
:
3px
;
-webkit-box-shadow
:
0
0
2px
#fff
inset
,
0
1px
0
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
0
0
2px
#fff
inset
,
0
1px
0
rgba
(
0
,
0
,
0
,
0.05
);
border-radius
:
20px
;
background-color
:
#e67e22
!important
;
background-clip
:
padding-box
;
-webkit-touch-callout
:
none
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
background-color
:
#e4e4e4
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#eeeeee'
,
endColorstr
=
'#f4f4f4'
,
GradientType
=
0
);
background-image
:
-webkit-gradient
(
linear
,
0%
0%
,
0%
100%
,
color-stop
(
20%
,
#f4f4f4
),
color-stop
(
50%
,
#f0f0f0
),
color-stop
(
52%
,
#e8e8e8
),
color-stop
(
100%
,
#eee
));
background-image
:
-webkit-linear-gradient
(
top
,
#f4f4f4
20%
,
#f0f0f0
50%
,
#e8e8e8
52%
,
#eee
100%
);
background-image
:
-moz-linear-gradient
(
top
,
#f4f4f4
20%
,
#f0f0f0
50%
,
#e8e8e8
52%
,
#eee
100%
);
background-image
:
linear-gradient
(
top
,
#f4f4f4
20%
,
#f0f0f0
50%
,
#e8e8e8
52%
,
#eee
100%
);
}
.select2-container-multi
.select2-choices
.select2-search-choice
.select2-chosen
{
cursor
:
default
;
...
...
@@ -530,12 +516,12 @@ disabled look for disabled choices in the results dropdown
width
:
12px
;
height
:
13px
;
position
:
absolute
;
right
:
3
px
;
top
:
4
px
;
right
:
6
px
;
top
:
5
px
;
font-size
:
1px
;
outline
:
none
;
background
:
url('
select2.png')
right
top
no-repeat
;
background
:
url('
../close.png')
center
center
no-repeat
;
}
.select2-container-multi
.select2-search-choice-close
{
...
...
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