blob: 46961a20634089eaccf9be60aa26f757e0dc1584 [file] [log] [blame]
avm99963cd7c88e2020-12-07 11:12:46 +01001.option {
2 margin: 4px 0;
3 line-height: 1.8em;
4}
5
avm999636d9c5fe2019-06-04 00:35:53 +02006.help {
7 cursor: help;
8 border-bottom: dashed 1px gray;
9}
avm999638e030612020-08-20 02:54:17 +020010
11.experimental-label {
12 color: gray;
13}
14
15.actions {
16 text-align: center;
17}
18
avm99963ad65e752020-09-01 00:13:59 +020019#profileindicatoralt_months {
20 width: 3em;
21}
22
avm999638e030612020-08-20 02:54:17 +020023#save-indicator {
24 text-align: center;
25 margin-bottom: 16px;
26 color: green;
27}
avm999638e0c1002020-12-03 16:54:20 +010028
29[hidden] {
30 display: none;
31}