mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 17:26:09 +01:00
Daniel Siepmann
a91063ae99
Do not hide them via inline display none. Instead provide necessary CSS via static TypoScript.
8 lines
191 B
Text
8 lines
191 B
Text
plugin.tx_feedit._CSS_DEFAULT_STYLE (
|
|
.typo3-editPanel-btn .icon-size-small {
|
|
display: inline-block;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
width: 16px;
|
|
}
|
|
)
|