updated core to 7.73
This commit is contained in:
@@ -13,8 +13,7 @@ regions[page_bottom] = Page bottom
|
||||
regions[sidebar_first] = First sidebar
|
||||
regions_hidden[] = sidebar_first
|
||||
|
||||
; Information added by drupal.org packaging script on 2013-04-03
|
||||
version = "7.22"
|
||||
; Information added by Drupal.org packaging script on 2020-09-16
|
||||
version = "7.73"
|
||||
project = "drupal"
|
||||
datestamp = "1365027012"
|
||||
|
||||
datestamp = "1600272641"
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user