Skip to content
Snippets Groups Projects
Commit 12f81a33 authored by Felix Kopp's avatar Felix Kopp Committed by Wouter Wolters
Browse files

[BUGFIX] Follow-up: .t3-table & .dblist-table

Fixes different headers and columns paddings for .t3-table
and the former .typo3-dblist. Also fixes .row-header link
hover style where text links went black and dark gray.

Resolves: #56926
Releases: 6.2
Change-Id: I0e93ccc315f4740b87be7656df1d54cd40272be7
Reviewed-on: https://review.typo3.org/28406
Reviewed-by: Marcin Sągol
Reviewed-by: Xavier Perseguers
Tested-by: Xavier Perseguers
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
parent ffbde247
No related merge requests found
......@@ -14,11 +14,17 @@ table.typo3-dblist img {
table.typo3-dblist tr td {
padding: 6px;
/** Height of sprite icon */
min-height: 16px;
}
table.typo3-dblist tr.db_list_normal td {
padding-bottom: 5px;
padding-top: 5px;
table.typo3-dblist tr th:first-child,
table.typo3-dblist tr td:first-child {
padding-left: 12px;
}
table.typo3-dblist tr th:last-child,
table.typo3-dblist tr td:last-child {
padding-right: 12px;
}
table.typo3-dblist tr td.c-headLine,
......@@ -35,10 +41,6 @@ table.typo3-dblist tr td div.typo3-DBctrl {
min-width: 252px;
}
tr.t3-row-header td {
padding: 6px;
}
* html table.typo3-dblist tr td div.typo3-DBctrl {
width: 252px;
}
......@@ -72,8 +74,6 @@ table.typo3-dblist tr td div.typo3-DBctrl span.t3-icon {
}
table.typo3-dblist tr td.col-icon {
padding-left: 4px;
padding-right: 0px;
vertical-align: middle;
width: 20px;
}
......
......@@ -8,7 +8,8 @@ Table
color: #fff;
}
.t3-row-header a {
.t3-row-header a,
.t3-row-header a:hover {
color: #fff;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment