Skip to content

Commit

Permalink
Sidebar navigation hover width
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Sep 7, 2016
1 parent 5fc672f commit 85a8987
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions administrator/templates/isis/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -7519,8 +7519,8 @@ h6 {
.sidebar-nav .nav-list > li > a {
color: #555;
padding: 3px 25px;
margin-left: -25px;
margin-right: -25px;
margin-left: -26px;
margin-right: -26px;
}
.sidebar-nav .nav-list > li.active > a {
color: #fff;
Expand Down
4 changes: 2 additions & 2 deletions administrator/templates/isis/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -7519,8 +7519,8 @@ h6 {
.sidebar-nav .nav-list > li > a {
color: #555;
padding: 3px 25px;
margin-left: -25px;
margin-right: -25px;
margin-left: -26px;
margin-right: -26px;
}
.sidebar-nav .nav-list > li.active > a {
color: #fff;
Expand Down
4 changes: 2 additions & 2 deletions administrator/templates/isis/less/template.less
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,8 @@ h6 {
.sidebar-nav .nav-list > li > a {
color: #555;
padding: 3px 25px;
margin-left: -25px;
margin-right: -25px;
margin-left: -26px;
margin-right: -26px;
}

.sidebar-nav .nav-list > li.active > a {
Expand Down

0 comments on commit 85a8987

Please sign in to comment.