updated core to 7.73

This commit is contained in:
2020-09-24 17:04:08 +02:00
parent 084d28842a
commit 7d87153100
524 changed files with 25194 additions and 7745 deletions
+7 -6
View File
@@ -475,6 +475,12 @@ table th {
border-color: #bebfb9;
padding: 3px 10px;
}
/**
* Force browsers to calculate the width of a 'select all' TH element.
*/
table th.select-all {
width: 1px;
}
table th.active {
background: #bdbeb9;
}
@@ -703,12 +709,7 @@ select.form-select:focus {
color: #000;
border-color: #ace;
}
html.js input.form-autocomplete {
background-position: 100% 4px;
}
html.js input.throbbing {
background-position: 100% -16px;
}
ul.action-links {
margin: 1em 0;
padding: 0 20px 0 20px; /* LTR */