Differences From Artifact [eda1102a12]:

To Artifact [346b6469db]:


225
226
227
228
229
230
231
232
233
234
235
236
237
238
239

input[readonly], input.disabled {
    color: #666;
    background-color: #eee;
    border-color: #999;
}

select, input[size], input[type=color], button, input[type=button], input[type=submit] {
    min-width: 0;
}

/* Radio button lists (eg. new transaction) */
form .radio-btn {
    display: table;
    width: 100%;







|







225
226
227
228
229
230
231
232
233
234
235
236
237
238
239

input[readonly], input.disabled {
    color: #666;
    background-color: #eee;
    border-color: #999;
}

select, input[size], input[type=color], button, input[type=button], input[type=submit], input[type=number] {
    min-width: 0;
}

/* Radio button lists (eg. new transaction) */
form .radio-btn {
    display: table;
    width: 100%;