Get rid of horizontal scroll in file rename dialog
This commit is contained in:
parent
a0aff58604
commit
170e2d5e7e
1 changed files with 4 additions and 0 deletions
|
@ -514,6 +514,10 @@ a.filesaveall {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#file-rename-form input {
|
||||||
|
width: 98%;
|
||||||
|
}
|
||||||
|
|
||||||
table.propform td.source.selected {
|
table.propform td.source.selected {
|
||||||
background-color: #c7e3ef;
|
background-color: #c7e3ef;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue