Improve 'rename' input in the drive
This commit is contained in:
@@ -512,7 +512,11 @@ span {
|
|||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 5px;
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
.cp-app-drive-element-state {
|
.cp-app-drive-element-state {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -568,6 +572,11 @@ span {
|
|||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
|
input {
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0 4px;
|
||||||
|
}
|
||||||
&> span {
|
&> span {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
|||||||
Reference in New Issue
Block a user