1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

fixed PlotTable cursor while editing

This commit is contained in:
Ricardo Hernandez-Montoya 2017-04-04 17:42:56 +02:00
parent 4433f7fde7
commit 119b651b11

View file

@ -128,7 +128,7 @@
/* End PlotTable Widget */
/* Reset Bootstrap styles to "disable" while editing */
div[class*="-widget"] .btn[disabled], div[class*="-widget"] input[disabled], .form-control[disabled] {
div[class*="-widget"] .btn[disabled], .btn.disabled, div[class*="-widget"] input[disabled], .form-control[disabled], .checkbox.disabled label {
cursor: inherit;
pointer-events: none;
}