diff --git a/css/style.scss b/css/style.scss index 30e518921..4245715f7 100644 --- a/css/style.scss +++ b/css/style.scss @@ -973,8 +973,8 @@ input.input-inline { } } - .colorselect-label { - background-image: url('../img/color_picker.svg'); + .colorselect-label, .colorselect-label-white { + background-image: url('../img/color_picker-dark.svg'); background-position: center center; background-repeat: no-repeat; opacity: 1; @@ -985,6 +985,9 @@ input.input-inline { width: 40px; } } + .colorselect-label-white { + background-image: url('../img/color_picker.svg'); + } } .labels { diff --git a/img/color_picker.svg b/img/color_picker.svg index acd651fbb..f4b23e3f6 100644 --- a/img/color_picker.svg +++ b/img/color_picker.svg @@ -1,5 +1 @@ - - - + diff --git a/templates/part.board.sidebarView.php b/templates/part.board.sidebarView.php index d51852f2c..7229af2dd 100644 --- a/templates/part.board.sidebarView.php +++ b/templates/part.board.sidebarView.php @@ -86,7 +86,7 @@