8 lines
144 B
CSS
8 lines
144 B
CSS
#filestable tbody tr.externalDisabledRow {
|
|
background-color: #CCC;
|
|
}
|
|
|
|
|
|
#filestable tbody tr.externalErroredRow {
|
|
background-color: #F2DEDE;
|
|
}
|