aboutsummaryrefslogtreecommitdiffstats
path: root/data/settings/styles/form.css
blob: 43da5b0026dbd9f4a43adf52bf4dec1f16d4af76 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
tr.ui-sortable-helper > td {
    background: #229ac1 !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

table#whitelist {
    margin-bottom: 20px;
}

#whitelist td {
    max-width: 800px;
    word-wrap: break-word;
}

table#whitelist th {
    vertical-align: middle;
}

#rules button {
    margin-top: 0 !important;
}

.drag-handle {
    cursor:pointer;
}

#loadingBox {
    display:none;
}

.librejs-banners {
    text-align: center;
}

.librejs-controls {
    margin-bottom: 8px;
}