@aladas-org/cryptocalc
Version:
Cryptocurrency wallet generator
36 lines (32 loc) • 831 B
CSS
#tools_db_management_dialog_id {
font-size: 18px;
background-color: lightred;
overflow: hidden;
}
.DBM_LabelColumn {
width: 100px;
padding-left: 10px;
min-width: 100px;
max-width: 100px;
height: 25px;
}
.DBInputField {
width: 460px;
background-color: #e4e4e4; /* #cecece */
}
.DBSelectFolderButton {
display: flex;
align-items: center;
padding: 8px;
width: 22px;
height: 22px;
margin-left: 4px;
padding-left: 2px;
margin-top: 1px;
}
.DBImportButton {
width: 120px ; /* 90px */
min-width: 120px ;
max-width: 120px ;
background-color: lightgreen;
}