Skip to content

Commit

Permalink
Merge pull request #1665 from MFlyer/issue#1660
Browse files Browse the repository at this point in the history
Navbar menus wrong z-index
  • Loading branch information
schakrava committed Mar 6, 2017
2 parents 4bda3aa + e34d4f0 commit 47c0538
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/rockstor/storageadmin/static/storageadmin/css/style.css
Expand Up @@ -140,6 +140,7 @@ select, textarea, input[type="text"], input[type="password"], input[type="dateti
margin-bottom: 0px;
box-shadow: none;
border-radius: 0;
z-index: 1000;
}
.navbar-outer { box-shadow: 0px 0px 12px rgb(85, 85, 85); }
.navbar-inner { min-height: 60px; }
Expand Down Expand Up @@ -796,7 +797,7 @@ label.error { font-size: 12px; color: #b94a48; }

#breadcrumbs h3 { color: #005580; padding: 0; margin: 0;}

#appliance-name, #local-time , #direct-shell {
#appliance-name, #local-time, #direct-shell {
color: #FFFFFF;
font-family: Roboto-Light;
font-size: 12px;
Expand Down Expand Up @@ -2733,7 +2734,7 @@ This file is generated by `grunt build`, do not edit it by hand.
bottom:0;
background-color:rgba(0, 0, 0, 0.57);
background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; /* ie fallback png background image */
z-index:9999;
z-index:999;
color:white;
}

Expand Down

0 comments on commit 47c0538

Please sign in to comment.