Skip to content

Commit

Permalink
Sub item bg change
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Feb 9, 2017
1 parent 0d6b326 commit 7583694
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion administrator/templates/atum/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -9370,7 +9370,7 @@ iframe {
.main-nav li a:hover::before {
width: 3px; }
.main-nav .open {
background-color: rgba(0, 0, 0, 0.2);
background-color: rgba(0, 0, 0, 0.4);
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1); }
.main-nav .open > a {
background-color: rgba(0, 0, 0, 0.1);
Expand Down
2 changes: 1 addition & 1 deletion administrator/templates/atum/css/template.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion administrator/templates/atum/scss/blocks/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
}

.open {
background-color: rgba(0,0,0,.2);
background-color: rgba(0,0,0,.4);
box-shadow: inset 0 -1px rgba(0,0,0,.2), inset 0 1px rgba(0,0,0,.1);
> a {
background-color: rgba(0,0,0,.1);
Expand Down

0 comments on commit 7583694

Please sign in to comment.