1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 02:00:14 +02:00

Fix for admin navigation active sublink.

This commit is contained in:
Cameron
2020-06-02 12:02:43 -07:00
parent 1c8e755edf
commit f375024147
3 changed files with 17 additions and 5 deletions

View File

@@ -457,8 +457,11 @@ ul#e-status i {
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; /* IE 6-9 */
opacity: 0.6
}
ul.navbar-nav li ul.dropdown-menu > li.active a img,
ul.navbar-nav li ul.dropdown-menu > li.active a i,
ul.navbar-nav li ul.dropdown-menu a:hover i,
ul.navbar-nav li ul.dropdown-menu a:hover img,
ul#e-latest a:hover img,
@@ -471,6 +474,7 @@ ul#e-status a:hover i
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
opacity: 1;
}
td.options { }