-
Notifications
You must be signed in to change notification settings - Fork 461
Closed
Description
What happens?
As you can see the Colour Picker looks broken on Chrome on both Windows and Linux. Other browsers look good. Is this a known problem or a problem with my setup?
Please tell us about your environment:
- Node-RED-Dashboard version: 2.9.8
- Node-RED version: 0.19.4
- node.js version: v8.10.0
- npm version: 3.5.2
- Platform/OS: Odroid HC2 Ubuntu 18.04
- Browser: Ubuntu Chrome, Windows Chrome
EDIT: Is there a way to turn off the shadow around the Colour Picker? It is the cause of the border around the widget shown in the picture above:
node-red-dashboard/src/theme.less
Lines 149 to 154 in 2715116
/* Colour Picker */ | |
.nr-dashboard-theme .color-picker-panel { | |
background-color: @groupBackgroundColor; | |
border-color: @groupBorderColor; | |
box-shadow: 0 0 1px rgba(255,255,255,.5); | |
} |
Metadata
Metadata
Assignees
Labels
No labels