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

.tableWrapBreakWord{
    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);
}