summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/lodash/vendor/firebug-lite/skin/xp/firebug.IE6.css
blob: 13a41d284b8d5fe700a5ad145a5507664d3f032f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/************************************************************************************************/
#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;
}