mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
21 lines
652 B
CSS
21 lines
652 B
CSS
/************************************************************************************************/
|
|
#fbToolbarSearch {
|
|
background-image: url(search.gif) !important;
|
|
}
|
|
/************************************************************************************************/
|
|
.fbErrors {
|
|
background-image: url(errorIcon.gif) !important;
|
|
}
|
|
/************************************************************************************************/
|
|
.logRow-info {
|
|
background-image: url(infoIcon.gif) !important;
|
|
}
|
|
|
|
.logRow-warning {
|
|
background-image: url(warningIcon.gif) !important;
|
|
}
|
|
|
|
.logRow-error {
|
|
background-image: url(errorIcon.gif) !important;
|
|
}
|