Skip to content

Commit

Permalink
Fix issue #995
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Jul 1, 2016
1 parent 0dc9928 commit 20cd83d
Show file tree
Hide file tree
Showing 28 changed files with 19 additions and 89 deletions.
8 changes: 5 additions & 3 deletions build/less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -179,17 +179,19 @@
background-color: lighten(@sidebar-dark-bg, 10%);
border: 1px solid transparent;
height: 35px;
.transition(all @transition-speed @transition-fn);
//.transition(all @transition-speed @transition-fn);
}
input[type="text"] {
color: #666;
.border-radius(2px, 0, 2px, 0);
&:focus, &:focus + .input-group-btn .btn {
&:focus,
&:focus + .input-group-btn .btn {
background-color: #fff;
color: #666;
}
&:focus + .input-group-btn .btn {
border-left-color: #fff;

}
}
.btn {
Expand Down Expand Up @@ -284,7 +286,7 @@
background-color: #fff; //darken(@sidebar-light-bg, 3%);
border: 1px solid transparent;
height: 35px;
.transition(all @transition-speed @transition-fn);
//.transition(all @transition-speed @transition-fn);
}
input[type="text"] {
color: #666;
Expand Down
36 changes: 0 additions & 36 deletions dist/css/skins/_all-skins.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@
background-color: #374850;
border: 1px solid transparent;
height: 35px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.skin-blue .sidebar-form input[type="text"] {
color: #666;
Expand Down Expand Up @@ -265,9 +262,6 @@
background-color: #fff;
border: 1px solid transparent;
height: 35px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.skin-blue-light .sidebar-form input[type="text"] {
color: #666;
Expand Down Expand Up @@ -435,9 +429,6 @@
background-color: #374850;
border: 1px solid transparent;
height: 35px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.skin-black .sidebar-form input[type="text"] {
color: #666;
Expand Down Expand Up @@ -613,9 +604,6 @@
background-color: #fff;
border: 1px solid transparent;
height: 35px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.skin-black-light .sidebar-form input[type="text"] {
color: #666;
Expand Down Expand Up @@ -752,9 +740,6 @@
background-color: #374850;
border: 1px solid transparent;
height: 35px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.skin-green .sidebar-form input[type="text"] {
color: #666;
Expand Down Expand Up @@ -903,9 +888,6 @@
background-color: #fff;
border: 1px solid transparent;
height: 35px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.skin-green-light .sidebar-form input[type="text"] {
color: #666;
Expand Down Expand Up @@ -1042,9 +1024,6 @@
background-color: #374850;
border: 1px solid transparent;
height: 35px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.skin-red .sidebar-form input[type="text"] {
color: #666;
Expand Down Expand Up @@ -1193,9 +1172,6 @@
background-color: #fff;
border: 1px solid transparent;
height: 35px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.skin-red-light .sidebar-form input[type="text"] {
color: #666;
Expand Down Expand Up @@ -1332,9 +1308,6 @@
background-color: #374850;
border: 1px solid transparent;
height: 35px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.skin-yellow .sidebar-form input[type="text"] {
color: #666;
Expand Down Expand Up @@ -1483,9 +1456,6 @@
background-color: #fff;
border: 1px solid transparent;
height: 35px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.skin-yellow-light .sidebar-form input[type="text"] {
color: #666;
Expand Down Expand Up @@ -1622,9 +1592,6 @@
background-color: #374850;
border: 1px solid transparent;
height: 35px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.skin-purple .sidebar-form input[type="text"] {
color: #666;
Expand Down Expand Up @@ -1773,9 +1740,6 @@
background-color: #fff;
border: 1px solid transparent;
height: 35px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.skin-purple-light .sidebar-form input[type="text"] {
color: #666;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/skins/_all-skins.min.css

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions dist/css/skins/skin-black-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@
background-color: #fff;
border: 1px solid transparent;
height: 35px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.skin-black-light .sidebar-form input[type="text"] {
color: #666;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/skins/skin-black-light.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions dist/css/skins/skin-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@
background-color: #374850;
border: 1px solid transparent;
height: 35px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.skin-black .sidebar-form input[type="text"] {
color: #666;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/skins/skin-black.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 20cd83d

Please sign in to comment.