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

[TASK] Remove styles for former ExtensionManager

Deleted CSS files that bring styles for former EXT: em.

Change-Id: Ia8bd3c8971ba5aabb7792a08b4cff577d1f95ec6
Resolves: #48550
Releases: 6.2
Reviewed-on: https://review.typo3.org/21073
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
parent 24288dbe
No related merge requests found
/* - - - - - - - - - - - - - - - - - - - - -
Tools > Extension Manager
- - - - - - - - - - - - - - - - - - - - - */
body#typo3-mod-tools-em-index-php a {
display: inline-block;
}
body#typo3-mod-tools-em-index-php table.t3-em-extension-list td {
line-height: 17px;
padding: 1px;
}
body#typo3-mod-tools-em-index-php table.t3-em-extension-list tr.t3-row-header td {
padding: 1px 7px;
}
body#typo3-mod-tools-em-index-php table.t3-em-extension-list td img {
vertical-align: middle;
}
\ No newline at end of file
/* - - - - - - - - - - - - - - - - - - - - -
Tools > Extension Manager
- - - - - - - - - - - - - - - - - - - - - */
body#typo3-mod-tools-em-index-php .em-listbg1 {
background-color: #d8ecd0;
}
body#typo3-mod-tools-em-index-php .em-listbg2 {
background-color: #e6e6e6;
}
body#typo3-mod-tools-em-index-php .em-listbg3 {
background-color: #efefef;
}
body#typo3-mod-tools-em-index-php tr.bgColor5 td {
font-weight: bold;
}
body#typo3-mod-tools-em-index-php tr.unsupported-ext {
background-color: #ffdddd;
}
body#typo3-mod-tools-em-index-php tr.unsupported-ext td {
color: #ff0000;
}
body#typo3-mod-tools-em-index-php tr.unsupported-ext td a {
color: #ff0000;
}
body#typo3-mod-tools-em-index-php tr td.extstate {
color: #fff;
font-weight: bold;
text-align: center;
}
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