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

disabled buttons while editing the visualization

This commit is contained in:
Ricardo Hernandez-Montoya 2017-03-28 11:56:09 +02:00
parent fb34f809f8
commit 1c5f42a4f1

View file

@ -93,8 +93,27 @@
.plot-table-widget .widget-table {
min-width: 100px;
display: flex;
flex-direction: column;
justify-content: center;
}
/* Reset Bootstrap styles to "disable" while editing */
.plot-table-widget .widget-table .btn[disabled] {
cursor: inherit;
}
.btn-default[disabled]:hover {
background-color: #fff;
border-color: #ccc;
}
.btn-default.active[disabled]:hover {
background-color: #e6e6e6;
border-color: #adadad;
}
/* End reset */
.plot-table-widget .widget-plot {
-webkit-flex: 1 0 auto;
flex: 1 0 auto;