Feature #21900 » 13131-example.diff
typo3/sysext/t3skin/ext_tables.php (working copy) | ||
---|---|---|
$TBE_STYLES['stylesheets']['backend-style'] = $temp_eP.'stylesheets/backend-style.css';
|
||
$TBE_STYLES['stylesheets']['admPanel'] = $temp_eP.'stylesheets/admPanel.css';
|
||
$TBE_STYLES['stylesheetDirectories'][$_EXTKEY]['test'] = 'EXT:t3skin/stylesheet-directory/';
|
||
// Alternative dimensions for frameset sizes:
|
||
$TBE_STYLES['dims']['leftMenuFrameW'] = 160; // Left menu frame width
|
||
$TBE_STYLES['dims']['topFrameH'] = 45; // Top frame heigth
|
typo3/sysext/t3skin/stylesheet-directory/a-background.css (revision 0) | ||
---|---|---|
a {
|
||
background: yellow !important;
|
||
}
|
typo3/sysext/t3skin/stylesheet-directory/img-border.css (revision 0) | ||
---|---|---|
img {
|
||
border: 1px solid red !important;
|
||
}
|
- « Previous
- 1
- 2
- Next »