Skip to content
Snippets Groups Projects
Commit 1eec5e19 authored by rhenck's avatar rhenck
Browse files

[editor] Change cursor of color inputs to pointer

parent bcb35054
No related branches found
No related tags found
No related merge requests found
...@@ -36,3 +36,7 @@ body.inheritCursors * { ...@@ -36,3 +36,7 @@ body.inheritCursors * {
.mat-dialog-actions { .mat-dialog-actions {
margin-top: 20px !important; margin-top: 20px !important;
} }
input[type=color] {
cursor: pointer;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment