* page-attachments-row
@@ -291,3 +291,11 @@ body.on-edit {
}
+
+/*
+ * GROWI page attachments
+ */
+.page-attachments-row {
+ border-top-color: $border;
+ background-color: darken($bodycolor, 2%);
+}
@@ -1,7 +1,5 @@
-
.page-attachments-row {
- border-top: solid 1px #ccc;
- background: $gray-lighter;
+ border-top: solid 1px transparent;
.page-attachments, .page-meta {
font-size: 0.95em;