Fix invisible picker and webpack migration
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -105,6 +105,7 @@ input.input-inline {
|
|||||||
.colorselect {
|
.colorselect {
|
||||||
div, label {
|
div, label {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
form {
|
form {
|
||||||
|
|||||||
@@ -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 = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user