Skip to content

Commit

Permalink
New default theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreavis committed Aug 23, 2013
1 parent ca0c8c0 commit b40b0ea
Show file tree
Hide file tree
Showing 17 changed files with 767 additions and 158 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ module.exports = function(grunt) {
files: {
'dist/css/selectize.css': ['dist/less/selectize.less'],
'dist/css/selectize.default.css': ['dist/less/selectize.default.less'],
'dist/css/selectize.legacy.css': ['dist/less/selectize.legacy.less'],
'dist/css/selectize.bootstrap2.css': ['dist/less/selectize.bootstrap2.tmp.less'],
'dist/css/selectize.bootstrap3.css': ['dist/less/selectize.bootstrap3.tmp.less']
}
Expand Down
6 changes: 3 additions & 3 deletions dist/css/selectize.bootstrap2.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@

.selectize-dropdown.plugin-optgroup_columns .optgroup {
float: left;
border-top: 0 none;
border-right: 1px solid #f2f2f2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
Expand Down Expand Up @@ -90,10 +91,9 @@
bottom: 0;
display: inline-block;
width: 17px;
padding: 7px 0 0 0;
padding: 1px 0 0 0;
font-size: 12px;
font-weight: bold;
line-height: 8px;
color: inherit;
text-align: center;
vertical-align: middle;
Expand Down Expand Up @@ -297,7 +297,7 @@
}

.selectize-dropdown .create {
color: #a0a0a0;
color: rgba(51, 51, 51, 0.5);
}

.selectize-dropdown-content {
Expand Down
6 changes: 3 additions & 3 deletions dist/css/selectize.bootstrap3.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@

.selectize-dropdown.plugin-optgroup_columns .optgroup {
float: left;
border-top: 0 none;
border-right: 1px solid #f2f2f2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
Expand Down Expand Up @@ -90,10 +91,9 @@
bottom: 0;
display: inline-block;
width: 17px;
padding: 7px 0 0 0;
padding: 1px 0 0 0;
font-size: 12px;
font-weight: bold;
line-height: 8px;
color: inherit;
text-align: center;
vertical-align: middle;
Expand Down Expand Up @@ -297,7 +297,7 @@
}

.selectize-dropdown .create {
color: #a0a0a0;
color: rgba(51, 51, 51, 0.5);
}

.selectize-dropdown-content {
Expand Down
36 changes: 18 additions & 18 deletions dist/css/selectize.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

.selectize-dropdown-header {
position: relative;
padding: 7px 10px;
padding: 5px 8px;
background: #f8f8f8;
border-bottom: 1px solid #d0d0d0;
-webkit-border-radius: 3px 3px 0 0;
Expand All @@ -46,7 +46,7 @@
.selectize-dropdown-header-close {
position: absolute;
top: 50%;
right: 10px;
right: 8px;
margin-top: -12px;
font-size: 20px !important;
line-height: 20px;
Expand All @@ -60,6 +60,7 @@

.selectize-dropdown.plugin-optgroup_columns .optgroup {
float: left;
border-top: 0 none;
border-right: 1px solid #f2f2f2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
Expand Down Expand Up @@ -90,10 +91,9 @@
bottom: 0;
display: inline-block;
width: 17px;
padding: 7px 0 0 0;
padding: 2px 0 0 0;
font-size: 12px;
font-weight: bold;
line-height: 8px;
color: inherit;
text-align: center;
vertical-align: middle;
Expand Down Expand Up @@ -122,9 +122,9 @@
.selectize-input,
.selectize-input input {
font-family: inherit;
font-size: 14px;
font-size: 13px;
-webkit-font-smoothing: inherit;
line-height: 20px;
line-height: 18px;
color: #303030;
}

Expand All @@ -140,7 +140,7 @@
z-index: 1;
display: inline-block;
width: 100%;
padding: 10px 10px;
padding: 8px 8px;
overflow: hidden;
border: 1px solid #d0d0d0;
-webkit-border-radius: 3px;
Expand All @@ -154,11 +154,11 @@
}

.selectize-control.multi .selectize-input.has-items {
padding: 9px 10px 4px;
padding: 6px 8px 3px;
}

.selectize-input.full {
background-color: #f2f2f2;
background-color: #ffffff;
}

.selectize-input.disabled,
Expand Down Expand Up @@ -186,8 +186,8 @@
}

.selectize-control.multi .selectize-input > div {
padding: 1px 5px;
margin: 0 5px 5px 0;
padding: 2px 6px;
margin: 0 3px 3px 0;
color: #303030;
cursor: pointer;
background: #f2f2f2;
Expand Down Expand Up @@ -266,15 +266,15 @@
}

.selectize-dropdown [data-selectable] .highlight {
background: rgba(255, 237, 40, 0.4);
background: rgba(125, 168, 208, 0.2);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
padding: 7px 10px;
padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
Expand All @@ -284,20 +284,20 @@
.selectize-dropdown .optgroup-header {
color: #303030;
cursor: default;
background: #f8f8f8;
background: #ffffff;
}

.selectize-dropdown .active {
color: #303030;
background-color: #fffceb;
color: #495c68;
background-color: #f5fafd;
}

.selectize-dropdown .active.create {
color: #a0a0a0;
color: #495c68;
}

.selectize-dropdown .create {
color: #a0a0a0;
color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
Expand Down
Loading

0 comments on commit b40b0ea

Please sign in to comment.