summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/style.css
blob: b54b2d88eef8db9de5d6b5c6695e191ce464329f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#configurationTable {
    table-layout: fixed;
    width: 100%;
}

#configurationTable th, #configurationTable td {
    word-wrap: break-word
}

.missingInput {
    border-color: rgba(255, 0, 0, 0.8);
    box-shadow: 0 1px 1px rgba(255, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
}