summaryrefslogtreecommitdiffstats
path: root/css/shortcuts.css
blob: 64e18a7cf2ed84f21c8c7e0c45cd836675bd4617 (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
#app-shortcuts {
}

#app-shortcuts table {
    border-collapse: collapse;
    width: 100%;
    white-space: normal;
}

#app-shortcuts tr:first-child {
    background-color: var(--color-main-background);
}

#app-shortcuts th,
#app-shortcuts td {
    padding: 10px;
}

#app-shortcuts td {
    padding-right: 15px;
}

#app-shortcuts th {
    font-weight: bold;
}

#app-shortcuts th:first-child,
#app-shortcuts td:first-child {
    text-align: right;
    font-weight: bold;
    width: 140px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}