Docker: inherit text color for basic/advanced view toggle's off state

This commit is contained in:
Eric Schultz
2016-07-10 11:24:21 -05:00
parent 64baf7c34d
commit 012c3e37ba

View File

@@ -722,6 +722,7 @@ $showAdditionalInfo = '';
.label-success{background-color:#468847;}
.label-important{background-color:#b94a48;}
.selectVariable{width:320px;}
.switch-button-label.off{color:inherit;}
</style>
<script src="/webGui/javascript/jquery.switchbutton.js"></script>
<script src="/webGui/javascript/jquery.filetree.js"></script>