diff --git a/.DS_Store b/.DS_Store index 36fc6adf..7f88e62b 100755 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/assets/opalestate.css b/assets/opalestate.css index 6e59024a..dbbda7e5 100755 --- a/assets/opalestate.css +++ b/assets/opalestate.css @@ -3873,6 +3873,11 @@ header#masthead { color: #fff; } .opalestate-user-management .account-links a:hover i, .opalestate-user-management .account-links a:focus i { color: #00b9eb; } + .opalestate-user-management .account-links li.active a { + background-color: #0073aa; + color: #fff; } + .opalestate-user-management .account-links li.active a i { + color: #00b9eb; } .opalestate-user-management .site-main { padding-top: 15px; } diff --git a/assets/scss/opalestate/_dashboard.scss b/assets/scss/opalestate/_dashboard.scss index f1a0155e..513c7136 100755 --- a/assets/scss/opalestate/_dashboard.scss +++ b/assets/scss/opalestate/_dashboard.scss @@ -312,6 +312,15 @@ } } } + li.active { + a { + background-color:#0073aa; + color:#fff; + i { + color:#00b9eb; + } + } + } } .site-main { diff --git a/templates/.DS_Store b/templates/.DS_Store index af43a319..25bc4213 100755 Binary files a/templates/.DS_Store and b/templates/.DS_Store differ