diff --git a/public/controllers/management/groups.js b/public/controllers/management/groups.js index cd69fa9e2..05adae833 100644 --- a/public/controllers/management/groups.js +++ b/public/controllers/management/groups.js @@ -566,6 +566,10 @@ export function GroupsController( return; }; + $scope.clearFailedErrors = () => { + $scope.failedErrors = false; + }; + $scope.checkLimit = () => { if ($scope.firstSelectedList) { const itemsToSave = getItemsToSave(); diff --git a/public/directives/wz-list-manage/wz-list-manage.html b/public/directives/wz-list-manage/wz-list-manage.html index d1bbc6477..c77948b9c 100644 --- a/public/directives/wz-list-manage/wz-list-manage.html +++ b/public/directives/wz-list-manage/wz-list-manage.html @@ -1,6 +1,6 @@
- Cancel + Cancel
@@ -53,7 +53,7 @@ ng-change='selectedElement=null' style='padding: 8px 15px'> diff --git a/public/directives/wz-multiple-selector/wz-multiple-selector.less b/public/directives/wz-multiple-selector/wz-multiple-selector.less index 8dd1b3cdb..05b3bfd40 100644 --- a/public/directives/wz-multiple-selector/wz-multiple-selector.less +++ b/public/directives/wz-multiple-selector/wz-multiple-selector.less @@ -64,4 +64,12 @@ position: absolute; right: 15px; padding: 15px; +} + +.wzMultipleSelectorAdding{ + background-color: #c6ffc6; +} + +.wzMultipleSelectorRemoving{ + background-color: #ffe7e7; } \ No newline at end of file diff --git a/public/img/icons/arrow_down.svg b/public/img/icons/arrow_down.svg new file mode 100644 index 000000000..45cf8ab70 --- /dev/null +++ b/public/img/icons/arrow_down.svg @@ -0,0 +1,18 @@ + + + + + Asset 1 + + background + + + + Layer 1 + + + + + + + \ No newline at end of file diff --git a/public/less/common.less b/public/less/common.less index f21cd5a7e..8c022209a 100644 --- a/public/less/common.less +++ b/public/less/common.less @@ -1091,6 +1091,10 @@ md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolb margin: 10px; } +.wz-margin-top-3 { + margin-top: 3px !important; +} + .wz-margin-left-10 { margin-left: 10px; } diff --git a/public/less/dark_theme/wz_theme_dark.css b/public/less/dark_theme/wz_theme_dark.css index 55f312be1..4438debc4 100644 --- a/public/less/dark_theme/wz_theme_dark.css +++ b/public/less/dark_theme/wz_theme_dark.css @@ -294,4 +294,43 @@ md-divider.md-default-theme, md-divider { background-color: #16171c !important; border: 1px solid #343741 !important; color: #dfe5ef !important; +} + +.extraHeader { + border-bottom: 1px solid #2e2f34!important; +} + +.wzMultipleSelectorAdding{ + background-color: #037200!important; +} + +.wzMultipleSelectorRemoving{ + background-color: #990000!important; + +} + +.wz-button { + background-color: #1BA9F5 !important; + border-color: #1BA9F5 !important; + color: #000 !important; +} + +.wz-button-groups.active, .wz-button-groups:not([disabled]):hover, .wz-button.active, .wz-button:not([disabled]):hover, .wz-button-flat:not([disabled]):hover { + background-color: #0a9dec !important; + border-color: #0a9dec !important; + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 2px 2px -1px rgba(0, 0, 0, 0.3) !important; + color: #000 !important; +} + +.kuiButton--hollow:hover { + color: #006E8A !important; + text-decoration: underline !important; +} + +discover-app-w > main.container-fluid { + background: #1a1b20 !important; +} + +.wz-menu-select { + filter: invert(0) !important; } \ No newline at end of file diff --git a/public/templates/management/groups/groups.html b/public/templates/management/groups/groups.html index af7c5b03c..164c6b045 100644 --- a/public/templates/management/groups/groups.html +++ b/public/templates/management/groups/groups.html @@ -49,7 +49,7 @@
- Cancel + Cancel