mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
9 lines
144 B
CSS
9 lines
144 B
CSS
#filestable tbody tr.externalDisabledRow {
|
|
background-color: #CCC;
|
|
}
|
|
|
|
|
|
#filestable tbody tr.externalErroredRow {
|
|
background-color: #F2DEDE;
|
|
}
|