Merge branch 'fix-files-page-colors' into 'master'

Fix file list page border colors



See merge request !4008
This commit is contained in:
Jacob Schatz
2016-05-04 20:57:38 +00:00
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -32,13 +32,11 @@ table {
th {
background-color: $background-color;
font-weight: normal;
font-size: 15px;
border-bottom: 1px solid $border-color;
border-bottom: none;
}
td {
border-color: $table-border-color;
border-bottom: 1px solid $border-color;
}
}
}
@@ -12,7 +12,7 @@ $gutter_inner_width: 258px;
*/
$border-color: #e5e5e5;
$focus-border-color: #3aabf0;
$table-border-color: #eef0f2;
$table-border-color: #ececec;
$background-color: #fafafa;
/*