summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/seven/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 8bb80265a..56a6094f4 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -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;
}