Make sure namespaces in the drop down are always black

This commit is contained in:
Joseph Schorr 2014-05-21 15:03:06 -04:00
parent 60328e0b43
commit 4c20e6bf62

View file

@ -558,6 +558,7 @@ i.toggle-icon:hover {
padding-left: 10px;
cursor: pointer;
font-size: 14px;
color: black;
}
.namespace-selector-dropdown .namespace-item {
@ -571,6 +572,10 @@ i.toggle-icon:hover {
color: #aaa;
}
.namespace-selector-dropdown a.namespace {
color: black !important;
}
.namespace-selector-dropdown .namespace-item.disabled img {
-webkit-filter: grayscale(1);
opacity: 0.5;