Fix invisible picker and webpack migration

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-06-10 20:43:31 +02:00
parent 4a9ef92e5d
commit 9f58b1ea07
2 changed files with 3 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ input.input-inline {
.colorselect { .colorselect {
div, label { div, label {
height: 32px; height: 32px;
width: auto;
} }
} }
form { form {

View File

@@ -20,6 +20,8 @@
* *
*/ */
import app from '../app/App.js';
/* global oc_defaults OC */ /* global oc_defaults OC */
app.controller('ColorPickerController', ['$scope', function($scope) { app.controller('ColorPickerController', ['$scope', function($scope) {
$scope.hashedColor = ''; $scope.hashedColor = '';