Skip to content

Commit 79b24ef

Browse files
committed
TCDICORE-175 changes to color gradient
1 parent be4360f commit 79b24ef

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

  • forms/src/main/java/org/devgateway/toolkit/forms/wicket/styles

forms/src/main/java/org/devgateway/toolkit/forms/wicket/styles/BaseStyles.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,18 @@ button .btn-home-label {
398398
}
399399

400400
/*-----------------Color picker --------------------*/
401+
401402
.colorpicker-saturation {
402403
background:
403-
linear-gradient(to bottom right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1)),
404-
linear-gradient(to top right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
404+
linear-gradient(to right,
405+
rgba(255, 255, 255, 1),
406+
rgba(255, 0, 0, 1)
407+
),
408+
linear-gradient(to bottom,
409+
rgba(0, 0, 0, 0),
410+
rgba(0, 0, 0, 1)
411+
);
412+
background-blend-mode: multiply;
405413
}
406414

407415
.colorpicker-hue {

0 commit comments

Comments
 (0)