Bug #22762 » 14537.diff
typo3/sysext/t3skin/stylesheets/structure/toolbar.css (Arbeitskopie) | ||
---|---|---|
overflow: visible !important;
|
||
}
|
||
#typo3-toolbar span.spinner {
|
||
background-image: url('../../images/spinner/3f3f3f.gif');
|
||
}
|
||
.toolbar-item {
|
||
display: block;
|
||
padding-bottom: 9px;
|
typo3/sysext/t3skin/stylesheets/structure/element_spinner.css (Revision 0) | ||
---|---|---|
/* - - - - - - - - - - - - - - - - - - - - -
|
||
Animated spinner icon
|
||
$Id$
|
||
- - - - - - - - - - - - - - - - - - - - - */
|
||
span.spinner {
|
||
display: inline-block;
|
||
height: 16px;
|
||
width: 16px;
|
||
}
|
typo3/sysext/t3skin/stylesheets/visual/element_spinner.css (Revision 0) | ||
---|---|---|
/* - - - - - - - - - - - - - - - - - - - - -
|
||
Animated spinner icon
|
||
$Id$
|
||
- - - - - - - - - - - - - - - - - - - - - */
|
||
span.spinner {
|
||
background-image: url('../../images/spinner/f1f1f1.gif');
|
||
}
|