Make sort icon black

- WS cleanup
This commit is contained in:
Kevin Giszewski
2014-08-13 11:28:57 -04:00
parent bcc7be94e7
commit f6457416cc
2 changed files with 7 additions and 2 deletions
-1
View File
@@ -173,7 +173,6 @@ angular.module("umbraco.directives").directive('archetypeProperty', function ($c
return _.unique(propertyAliasParts).reverse().join("-");
};
function loadView(view, config, defaultValue, alias, propertyAlias, scope, element, ngModelCtrl, validateProperty) {
if (view)
{
+7 -1
View File
@@ -1,4 +1,6 @@
.archetypeEditor {
/* TODO: clean this up */
.archetypeEditor {
width: 98%;
.dropdown-menu {
@@ -12,6 +14,10 @@
a+ul.dropdown-menu {
margin-left: 25px;
}
.icon {
color: #333;
}
}
.archetypeEditor fieldset{