Skip to content

Commit

Permalink
Updated AdminLTE to 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
c0shea committed Nov 8, 2016
1 parent 21f8217 commit 01ff866
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
20 changes: 15 additions & 5 deletions src/AdminLTE Template/Content/css/AdminLTE.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*!
* AdminLTE v2.3.6
* AdminLTE v2.3.8
* Author: Almsaeed Studio
* Website: Almsaeed Studio <http://almsaeedstudio.com>
* License: Open source - MIT
Expand Down Expand Up @@ -543,7 +543,14 @@ a:focus {
padding: 0;
margin-right: 10px;
}
.sidebar-menu li.active > a > .fa-angle-left > a > .pull-right-container > .fa-angle-left {
.sidebar-menu li > a > .fa-angle-left {
position: absolute;
top: 50%;
right: 10px;
margin-top: -8px;
}
.sidebar-menu li.active > a > .fa-angle-left,
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
Expand Down Expand Up @@ -1269,7 +1276,8 @@ a:focus {
.form-group.has-success label {
color: #00a65a;
}
.form-group.has-success .form-control {
.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
border-color: #00a65a;
box-shadow: none;
}
Expand All @@ -1279,7 +1287,8 @@ a:focus {
.form-group.has-warning label {
color: #f39c12;
}
.form-group.has-warning .form-control {
.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
border-color: #f39c12;
box-shadow: none;
}
Expand All @@ -1289,7 +1298,8 @@ a:focus {
.form-group.has-error label {
color: #dd4b39;
}
.form-group.has-error .form-control {
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
border-color: #dd4b39;
box-shadow: none;
}
Expand Down
4 changes: 2 additions & 2 deletions src/AdminLTE Template/Content/css/AdminLTE.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/AdminLTE Template/Content/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @Author Almsaeed Studio
* @Support <http://www.almsaeedstudio.com>
* @Email <[email protected]>
* @version 2.3.6
* @version 2.3.8
* @license MIT <http://opensource.org/licenses/MIT>
*/

Expand Down
2 changes: 1 addition & 1 deletion src/AdminLTE Template/Content/js/app.min.js

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

0 comments on commit 01ff866

Please sign in to comment.