This commit is contained in:
Dane Everitt 2016-10-27 20:14:24 -04:00
parent 6fd7c78f0c
commit ff93d6ce16
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 39 additions and 2 deletions

View file

@ -271,3 +271,17 @@ li.btn.btn-default.pill:active,li.btn.btn-default.pill:focus,li.btn.btn-default.
.fuelux .wizard .steps-container {
background-color: #eee;
}
#consoleThrottled {
z-index: 999;
top: 0px;
opacity: 0.6;
left: 0;
position: absolute;
margin: 0 15px;
border-radius: 4px 4px 0 0;
}
#consoleThrottled:hover {
opacity: 1;
}