Ach so... Das ist im template.css (diesmal im Template-Verzeichnis
), ab Zeile 2475:
Code:
/* icon tooltip */
.tip
{
border: solid 1px #333;
background: #ffffcc;
padding: 3px;
text-align: left;
}
.tip-title
{
font-weight: bold;
}
Die Systemnachrichten oben sind ab Zeile 2430 zu finden:
Code:
/* system messages */
#system-message
{
margin-bottom: 20px;
}
#system-message dd.message ul
{
background: #c3d2e5 url(../../system/images/notice-info.png) 4px center no-repeat;
border-top: 3px solid #de7a7b;
border-bottom: 3px solid #de7a7b;
margin: 0;
padding-left: 40px;
text-indent: 0;
}
...
...
Lesezeichen