Skip to content

Commit

Permalink
Merge branch 'staging' into improveReinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Aug 22, 2016
2 parents 04ca389 + 5389762 commit cd993d1
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
7 changes: 7 additions & 0 deletions administrator/templates/isis/css/template-rtl.css
Expand Up @@ -7522,6 +7522,13 @@ h6 {
color: #fff;
margin-right: -26px;
}
.sidebar-nav .nav-list > li > a:focus,
.sidebar-nav .nav-list > li > a:hover {
text-decoration: none;
color: #fff;
background-color: #2d6ca2;
text-shadow: none;
}
.quick-icons .nav li + .nav-header {
margin-top: 12px;
margin-bottom: 2px;
Expand Down
7 changes: 7 additions & 0 deletions administrator/templates/isis/css/template.css
Expand Up @@ -7522,6 +7522,13 @@ h6 {
color: #fff;
margin-right: -26px;
}
.sidebar-nav .nav-list > li > a:focus,
.sidebar-nav .nav-list > li > a:hover {
text-decoration: none;
color: #fff;
background-color: #2d6ca2;
text-shadow: none;
}
.quick-icons .nav li + .nav-header {
margin-top: 12px;
margin-bottom: 2px;
Expand Down
8 changes: 8 additions & 0 deletions administrator/templates/isis/less/template.less
Expand Up @@ -504,6 +504,14 @@ h6 {
color: #fff;
margin-right: -26px;
}
.sidebar-nav .nav-list > li > a:focus,
.sidebar-nav .nav-list > li > a:hover {
text-decoration: none;
color: #fff;
background-color: #2d6ca2;
text-shadow: none;
}

/* Quick-icons */
.quick-icons .nav li + .nav-header {
margin-top: 12px;
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

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

0 comments on commit cd993d1

Please sign in to comment.