Commit 412776dc by kiiita

tagのデザインを変更

parent 38e1da68
......@@ -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 18px;
padding: 5px 10px 5px 20px;
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: 3px;
top: 4px;
right: 6px;
top: 5px;
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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment