Make sort icon black
- WS cleanup
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user