Removed borders of curves settings table cells
This commit is contained in:
@ -66,12 +66,17 @@
|
|||||||
#curves-settings-popup-table{
|
#curves-settings-popup-table{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#curves-settings-popup-table,
|
#curves-settings-popup-table,
|
||||||
#curves-settings-popup-table tr th,
|
#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-collapse: collapse;
|
||||||
border: 1px solid black;
|
border: 1px solid rgb(93, 71, 71);
|
||||||
|
}
|
||||||
|
|
||||||
|
#curves-settings-popup-table tr td
|
||||||
|
{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -94,8 +99,7 @@
|
|||||||
|
|
||||||
.text-input{
|
.text-input{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
width: 99%;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bin-cell{
|
.bin-cell{
|
||||||
|
Reference in New Issue
Block a user