Removed borders of curves settings table cells

This commit is contained in:
l_samenv
2024-09-05 08:39:20 +02:00
parent 7855cdda7d
commit 3eda78f71f

View File

@ -66,12 +66,17 @@
#curves-settings-popup-table{
width: 100%;
}
#curves-settings-popup-table,
#curves-settings-popup-table tr th,
#curves-settings-popup-table tr td
#curves-settings-popup-table tr td:first-child /* bin cell */
{
border-collapse: collapse;
border: 1px solid black;
border: 1px solid rgb(93, 71, 71);
}
#curves-settings-popup-table tr td
{
padding: 0;
}
@ -94,8 +99,7 @@
.text-input{
padding: 0;
border: 0;
width: 100%;
width: 99%;
}
.bin-cell{