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

admin.css « css - github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e732ee21adfd0f8aa179aeb298979f42fe45b1b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#passwordSharingSettings #mover table td {
  padding: 5px; }
#passwordSharingSettings #mover input[type="text"] {
  width: 350px; }
#passwordSharingSettings #requests-table {
  width: 100%; }
#passwordSharingSettings .link {
  color: #0066ff !important;
  cursor: pointer; }
#passwordSharingSettings .link:hover {
  text-decoration: underline; }

/*# sourceMappingURL=admin.css.map */