src/main/webapp/projects.css

changeset 397
11bb10ff8b4d
parent 353
d23fb91ba462
equal deleted inserted replaced
396:288cb8d22584 397:11bb10ff8b4d
197 display: flex; 197 display: flex;
198 gap: 1em; 198 gap: 1em;
199 flex-wrap: wrap; 199 flex-wrap: wrap;
200 } 200 }
201 201
202 .selected-variant {
203 font-weight: bolder;
204 text-decoration: underline;
205 }
206
202 table.relation-editor input, 207 table.relation-editor input,
203 table.relation-editor button, 208 table.relation-editor button,
204 table.relation-editor .button { 209 table.relation-editor .button {
205 box-sizing: border-box; 210 box-sizing: border-box;
206 width: 100%; 211 width: 100%;

mercurial