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

settings.css « css « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9858c10ea35a80b755ffd5b0aeca74670283f9e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
td.status > span {
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: text-bottom;
}
span.success {
	background: #37ce02;
	border-radius: 8px;
}
span.error {
	background: #ce3702;
}

td.mountPoint, td.backend { width:10em; }
td.remove>img { visibility:hidden; padding-top:0.8em; }
tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
#addMountPoint>td { border:none; }
#addMountPoint>td.applicable { visibility:hidden; }
#selectBackend { margin-left:-10px; }

#externalStorage label > input[type="checkbox"] {
	margin-right: 3px;
}