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