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

status.less « stylesheets « FileSynchronizer « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b197666db5d1e3e632313716d125e9dc7f1a08d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#listSyncedFiles {
  table {
    max-width: 1000px;
    min-width: 600px;
  }

  .date_field {
    white-space: nowrap
  }

  .filename {
    max-width: 300px;
    word-break: break-all;
  }

  .icon-success {
    color: green;
  }

  .icon-error {
    color: #D4291F;
  }
}