raw-nettest.css (apache-openmeetings-6.1.0-src) | : | raw-nettest.css (apache-openmeetings-6.2.0-src) | ||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
height: 100%; | height: 100%; | |||
} | } | |||
.nettest .test-container { | .nettest .test-container { | |||
display: inline-block; | display: inline-block; | |||
position: relative; | position: relative; | |||
width: 200px; | width: 200px; | |||
} | } | |||
.nettest .test-container button.not-started | .nettest .test-container button.not-started | |||
, .nettest .test-container button.started | , .nettest .test-container button.started | |||
{ | { | |||
color: var(--secondary); | color: var(--bs-secondary); | |||
border-color: var(--secondary); | border-color: var(--bs-secondary); | |||
} | } | |||
.nettest .test-container button:hover { | .nettest .test-container button:hover { | |||
color: var(--white); | color: var(--bs-white); | |||
border-color: transparent; | border-color: transparent; | |||
} | } | |||
.nettest .test-container button.not-started:hover | .nettest .test-container button.not-started:hover | |||
, .nettest .test-container button.started:hover | , .nettest .test-container button.started:hover | |||
{ | { | |||
background-color: var(--secondary); | background-color: var(--bs-secondary); | |||
} | } | |||
.nettest .test-container button.complete { | .nettest .test-container button.complete { | |||
color: var(--success); | color: var(--bs-success); | |||
border-color: var(--success); | border-color: var(--bs-success); | |||
} | } | |||
.nettest .test-container button.complete:hover { | .nettest .test-container button.complete:hover { | |||
background-color: var(--success); | background-color: var(--bs-success); | |||
} | } | |||
.nettest .test-container button.not-started i::before { | .nettest .test-container button.not-started i::before { | |||
content: '\f04b'; | content: '\f04b'; | |||
} | } | |||
.nettest .test-container button.started i { | .nettest .test-container button.started i { | |||
animation: fa-spin 2s linear infinite; | animation: fa-spin 2s linear infinite; | |||
} | } | |||
.nettest .test-container button.started i::before { | .nettest .test-container button.started i::before { | |||
content: '\f110'; | content: '\f110'; | |||
} | } | |||
.nettest .test-container button.complete i::before { | .nettest .test-container button.complete i::before { | |||
content: '\f00c'; | content: '\f00c'; | |||
} | } | |||
.nettest .test-container .value { | ||||
min-height: 3em; | ||||
} | ||||
.nettest .test-container .card-title { | ||||
white-space: nowrap; | ||||
} | ||||
.nettest .output { | .nettest .output { | |||
border-radius: 10px; | border-radius: 10px; | |||
border: 1px solid #cccccc; | border: 1px solid #cccccc; | |||
min-height: calc(100% - 170px); | min-height: calc(100% - 170px); | |||
max-height: calc(100% - 170px); | max-height: calc(100% - 170px); | |||
margin-top: 20px; | margin-top: 20px; | |||
overflow: auto; | overflow: auto; | |||
} | } | |||
.nettest output .module { | .nettest output .module { | |||
color: #6b0df7; | color: #6b0df7; | |||
End of changes. 6 change blocks. | ||||
7 lines changed or deleted | 13 lines changed or added |