nextcloud/apps/files_external/css/external.css

9 lines
144 B
CSS
Raw Normal View History

#filestable tbody tr.externalDisabledRow {
background-color: #CCC;
2015-11-24 10:52:02 +03:00
}
#filestable tbody tr.externalErroredRow {
background-color: #F2DEDE;
2015-11-24 10:52:02 +03:00
}