40 lines
723 B
CSS
40 lines
723 B
CSS
|
.edit-diagram-dialog {
|
||
|
padding: 10px 20px;
|
||
|
}
|
||
|
.edit-diagram-dialog li {
|
||
|
height: 32px;
|
||
|
line-height: 32px;
|
||
|
}
|
||
|
.edit-diagram-dialog li.pr-list {
|
||
|
height: 32px;
|
||
|
line-height: 32px;
|
||
|
display: flex;
|
||
|
justify-content: flex-start;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
.edit-diagram-dialog input {
|
||
|
border: none;
|
||
|
border-bottom: 1px solid #aaa;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.edit-diagram-dialog input[type=color] {
|
||
|
border: none;
|
||
|
}
|
||
|
.edit-diagram-dialog span {
|
||
|
margin-right: 20px;
|
||
|
}
|
||
|
#edit-diagram-prName {
|
||
|
padding: 0 50px;
|
||
|
border-bottom: 1px solid #aaa;
|
||
|
text-align: center;
|
||
|
}
|
||
|
#edit-diagram-btn {
|
||
|
color: #0d1cf8;
|
||
|
font-size: 14px;
|
||
|
border-bottom: 1px solid #0d1cf8;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
#edit-diagram-prlist{
|
||
|
display: none;
|
||
|
}
|