Welcome to mirror list, hosted at ThFree Co, Russian Federation.

external.css « css « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf57ec88053646857f223640edc61fa4f50e0a3f (plain)
1
2
3
4
5
6
7
8
#filestable tbody tr.externalDisabledRow {
	background-color: #CCC;
}


#filestable tbody tr.externalErroredRow {
	background-color: #F2DEDE;
}