|
1 | | -#jo_ds_create_database_button { |
2 | | - background-color: green; |
3 | | -} |
4 | | - |
5 | | -.jo_createDatabaseDescription { |
6 | | - margin-left: 5px; |
7 | | -} |
8 | | - |
9 | | -.jo_cdtabheading { |
10 | | - border-top: 2px solid gray; |
11 | | - border-bottom: 2px solid gray; |
12 | | - margin-top: 20px; |
13 | | -} |
14 | | - |
15 | | -.jo_templateListEntry { |
16 | | - display: flex; |
17 | | - flex-direction: column; |
18 | | - width: 100%; |
19 | | - padding: 2px 5px; |
20 | | - border-bottom: 1px solid gray; |
21 | | - user-select: none; |
22 | | -} |
23 | | - |
24 | | -.jo_templateListEntry:hover { |
25 | | - background-color: var(--file-hover); |
26 | | - color: var(--fontColorLight); |
27 | | - cursor: pointer; |
28 | | -} |
29 | | - |
30 | | -.jo_templateListEntry.jo_active { |
31 | | - background-color: var(--file-active); |
32 | | - color: var(--fontColorLight); |
33 | | -} |
34 | | - |
35 | | -.jo_templateListEntry.jo_active:hover { |
36 | | - background-color: var(--file-active-hover); |
37 | | -} |
38 | | - |
39 | | -.jo_templateList { |
40 | | - padding: 10px; |
41 | | -} |
42 | | - |
43 | | -.jo_tle_secondline { |
44 | | - font-size: 60%; |
45 | | -} |
46 | | - |
47 | | -#dialog .ds_databasedialog { |
48 | | - align-items: left; |
49 | | -} |
50 | | - |
51 | | -.jo_ds_secret_table button { |
52 | | - margin-left: 10px; |
53 | | - background-color: rgb(85, 85, 236); |
54 | | -} |
55 | | - |
56 | | -.jo_ds_secret { |
57 | | - font-family: 'Consolas', 'Roboto Mono', sans-serif; |
58 | | - color: rgb(196, 170, 25); |
59 | | - margin-left: 10px; |
60 | | -} |
61 | | - |
62 | | -#jo_ds_save_button{ |
63 | | - background-color: green; |
64 | | -} |
65 | | - |
66 | | -#jo_ds_publishedTo input, #jo_ds_publishedTo label { |
67 | | - cursor: pointer; |
68 | | - user-select: none; |
69 | | -} |
70 | | - |
71 | | -.jo_tle_ownername { |
72 | | - color:brown |
73 | | -} |
74 | | - |
75 | | -.jo_tle_secondline { |
76 | | - font-size: 80%; |
77 | | - font-style: italic; |
78 | | - color:burlywood |
79 | | -} |
80 | | - |
81 | | -.jo_ds_settings_description { |
82 | | - width:500px; |
83 | | - height: 100px; |
84 | | - margin-left: 10px; |
85 | | -} |
86 | | - |
87 | | -.jo_copy_secret_button { |
88 | | - font-size: 100%; |
89 | | - padding: 2px; |
90 | | - background-color: #59ca85 !important; |
91 | | - border: none; |
92 | | - margin: 5px 20px; |
93 | | -} |
| 1 | +#jo_ds_create_database_button { |
| 2 | + background-color: green; |
| 3 | +} |
| 4 | + |
| 5 | +.jo_createDatabaseDescription { |
| 6 | + margin-left: 5px; |
| 7 | +} |
| 8 | + |
| 9 | +.jo_cdtabheading { |
| 10 | + border-top: 2px solid gray; |
| 11 | + border-bottom: 2px solid gray; |
| 12 | + margin-top: 20px; |
| 13 | +} |
| 14 | + |
| 15 | +.jo_templateListEntry { |
| 16 | + display: flex; |
| 17 | + flex-direction: column; |
| 18 | + width: 100%; |
| 19 | + padding: 2px 5px; |
| 20 | + border-bottom: 1px solid gray; |
| 21 | + user-select: none; |
| 22 | +} |
| 23 | + |
| 24 | +.jo_templateListEntry:hover { |
| 25 | + background-color: var(--file-hover); |
| 26 | + color: var(--fontColorLight); |
| 27 | + cursor: pointer; |
| 28 | +} |
| 29 | + |
| 30 | +.jo_templateListEntry.jo_active { |
| 31 | + background-color: var(--file-active); |
| 32 | + color: var(--fontColorLight); |
| 33 | +} |
| 34 | + |
| 35 | +.jo_templateListEntry.jo_active:hover { |
| 36 | + background-color: var(--file-active-hover); |
| 37 | +} |
| 38 | + |
| 39 | +.jo_templateList { |
| 40 | + padding: 10px; |
| 41 | +} |
| 42 | + |
| 43 | +.jo_tle_secondline { |
| 44 | + font-size: 60%; |
| 45 | +} |
| 46 | + |
| 47 | +#dialog .ds_databasedialog { |
| 48 | + align-items: left; |
| 49 | +} |
| 50 | + |
| 51 | +.jo_ds_secret_table button { |
| 52 | + margin-left: 10px; |
| 53 | + background-color: rgb(85, 85, 236); |
| 54 | +} |
| 55 | + |
| 56 | +.jo_ds_secret { |
| 57 | + font-family: 'Consolas', 'Roboto Mono', sans-serif; |
| 58 | + color: rgb(196, 170, 25); |
| 59 | + margin-left: 10px; |
| 60 | +} |
| 61 | + |
| 62 | +#jo_ds_save_button{ |
| 63 | + background-color: green; |
| 64 | +} |
| 65 | + |
| 66 | +#jo_ds_publishedTo input, #jo_ds_publishedTo label { |
| 67 | + cursor: pointer; |
| 68 | + user-select: none; |
| 69 | +} |
| 70 | + |
| 71 | +.jo_tle_ownername { |
| 72 | + color:brown |
| 73 | +} |
| 74 | + |
| 75 | +.jo_tle_secondline { |
| 76 | + font-size: 80%; |
| 77 | + font-style: italic; |
| 78 | + color:burlywood |
| 79 | +} |
| 80 | + |
| 81 | +.jo_ds_settings_description { |
| 82 | + width:500px; |
| 83 | + height: 100px; |
| 84 | + margin-left: 10px; |
| 85 | +} |
| 86 | + |
| 87 | +.jo_copy_secret_button { |
| 88 | + font-size: 100%; |
| 89 | + padding: 2px; |
| 90 | + background-color: #59ca85 !important; |
| 91 | + border: none; |
| 92 | + margin: 5px 20px; |
| 93 | +} |
0 commit comments