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

ransomware_protection.css « css - github.com/nextcloud/ransomware_protection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: daad5e677c7d12296072a562fc4f1a5f17b3fb46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ransomware_protection div.custom-list {
	width: 43%;
	padding-right: 5%;
	display: inline-block;
}

#ransomware_protection div.custom-list textarea {
	width: 100%;
	min-height: 150px;
}

#ransomware_protection span.icon {
	display: inline-block;
}

#ransomware_protection span.icon.hidden {
	display: none;
}

.nav-icon-ransomware-protection {
	background-image: url('../img/app-dark.svg');
}