diff --git a/typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_topbar.less b/typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_topbar.less index fa316dcccfede0db0ecc3e474ac3475a5fad4b8a..c762bfe8a4d0c8a9f6786d73ead5c2becb1d991a 100644 --- a/typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_topbar.less +++ b/typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_topbar.less @@ -42,20 +42,25 @@ Topbar overflow: visible !important; } - span.spinner { - background-image: url('../../../../images/spinner/3f3f3f.gif'); - } - > li { margin-right: 1px; .t3-icon { margin-right: 0; + + &.fa { + height: 14px; + width: 14px; + } } &.dropdown { color: @navbar-inverse-link-color; background-color: @navbar-inverse-link-bg; + + > a { + text-align: center; + } } .badge { diff --git a/typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css b/typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css index d578857208d96f765a532a777083deb940564e00..15327f97b6d4e3ed479919b16968fc92926bcc22 100644 --- a/typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css +++ b/typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css @@ -11403,19 +11403,23 @@ Topbar #typo3-topbar #typo3-top-container #typo3-toolbar div { overflow: visible !important; } -#typo3-topbar #typo3-top-container #typo3-toolbar span.spinner { - background-image: url('../../../../images/spinner/3f3f3f.gif'); -} #typo3-topbar #typo3-top-container #typo3-toolbar > li { margin-right: 1px; } #typo3-topbar #typo3-top-container #typo3-toolbar > li .t3-icon { margin-right: 0; } +#typo3-topbar #typo3-top-container #typo3-toolbar > li .t3-icon.fa { + height: 14px; + width: 14px; +} #typo3-topbar #typo3-top-container #typo3-toolbar > li.dropdown { color: #999999; background-color: #353535; } +#typo3-topbar #typo3-top-container #typo3-toolbar > li.dropdown > a { + text-align: center; +} #typo3-topbar #typo3-top-container #typo3-toolbar > li .badge { position: absolute; top: 6px;