|
@@ -11,7 +11,7 @@ fieldset {
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-fieldset#rootGroup {
|
|
|
|
|
|
|
+fieldset#root-group {
|
|
|
display: grid;
|
|
display: grid;
|
|
|
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
|
|
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
|
|
|
grid-template-rows: auto auto auto auto;
|
|
grid-template-rows: auto auto auto auto;
|
|
@@ -53,7 +53,7 @@ span[role="icon"] {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
form span[role="icon"],
|
|
form span[role="icon"],
|
|
|
-tr.logRow span[role="icon"] {
|
|
|
|
|
|
|
+tr.log-row span[role="icon"] {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
padding-right: 0.2em;
|
|
padding-right: 0.2em;
|
|
|
}
|
|
}
|
|
@@ -63,7 +63,7 @@ tr.logRow span[role="icon"] {
|
|
|
padding: 1em;
|
|
padding: 1em;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.title.temporaryStatusMessage {
|
|
|
|
|
|
|
+.title.temporary-status-message {
|
|
|
color: gray;
|
|
color: gray;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -117,13 +117,13 @@ input[type="submit"]:disabled {
|
|
|
cursor: not-allowed;
|
|
cursor: not-allowed;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-fieldset#sectionSwitcher {
|
|
|
|
|
|
|
+fieldset#section-switcher {
|
|
|
border: 0;
|
|
border: 0;
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
margin-bottom: 1em;
|
|
margin-bottom: 1em;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-fieldset#sectionSwitcher button {
|
|
|
|
|
|
|
+fieldset#section-switcher button {
|
|
|
padding: 1em;
|
|
padding: 1em;
|
|
|
color: black;
|
|
color: black;
|
|
|
display: table-cell;
|
|
display: table-cell;
|
|
@@ -135,60 +135,60 @@ fieldset#sectionSwitcher button {
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-fieldset#rootGroup action-button button {
|
|
|
|
|
|
|
+fieldset#root-group action-button button {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-fieldset#sectionSwitcher button:first-child {
|
|
|
|
|
|
|
+fieldset#section-switcher button:first-child {
|
|
|
border-radius: 1em 0 0 1em;
|
|
border-radius: 1em 0 0 1em;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-fieldset#sectionSwitcher button:last-child {
|
|
|
|
|
|
|
+fieldset#section-switcher button:last-child {
|
|
|
border-radius: 0 1em 1em 0;
|
|
border-radius: 0 1em 1em 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-button.activeSection {
|
|
|
|
|
|
|
+button.active-section {
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* Button animations */
|
|
/* Button animations */
|
|
|
|
|
|
|
|
-.actionFailed {
|
|
|
|
|
- animation: kfActionFailed 1s;
|
|
|
|
|
|
|
+.action-failed {
|
|
|
|
|
+ animation: kf-action-failed 1s;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-@keyframes kfActionFailed {
|
|
|
|
|
|
|
+@keyframes kf-action-failed {
|
|
|
0% { background-color: black; }
|
|
0% { background-color: black; }
|
|
|
20% { background-color: red; }
|
|
20% { background-color: red; }
|
|
|
0% { background-color: inherit; }
|
|
0% { background-color: inherit; }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.actionSuccess {
|
|
|
|
|
- animation: kfActionSuccess 1s;
|
|
|
|
|
|
|
+.action-success {
|
|
|
|
|
+ animation: kf-action-success 1s;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-@keyframes kfActionSuccess {
|
|
|
|
|
|
|
+@keyframes kf-action-success {
|
|
|
0% { background-color: black; }
|
|
0% { background-color: black; }
|
|
|
20% { background-color: limegreen; }
|
|
20% { background-color: limegreen; }
|
|
|
0% { background-color: inherit; }
|
|
0% { background-color: inherit; }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.actionNonZeroExit {
|
|
|
|
|
- animation: kfActionNonZeroExit 1s;
|
|
|
|
|
|
|
+.action-nonzero-exit {
|
|
|
|
|
+ animation: kf-action-nonzero-exit 1s;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-@keyframes kfActionNonZeroExit {
|
|
|
|
|
|
|
+@keyframes kf-action-nonzero-exit {
|
|
|
0% { background-color: black; }
|
|
0% { background-color: black; }
|
|
|
20% { background-color: orange; }
|
|
20% { background-color: orange; }
|
|
|
0% { background-color: inherit; }
|
|
0% { background-color: inherit; }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.actionTimeout {
|
|
|
|
|
- animation: kfActionTimeout 1s;
|
|
|
|
|
|
|
+.action-timeout {
|
|
|
|
|
+ animation: kf-action-timeout 1s;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-@keyframes kfActionTimeout {
|
|
|
|
|
|
|
+@keyframes kf-action-timeout {
|
|
|
0% { background-color: black; }
|
|
0% { background-color: black; }
|
|
|
20% { background-color: cyan; }
|
|
20% { background-color: cyan; }
|
|
|
0% { background-color: inherit; }
|
|
0% { background-color: inherit; }
|
|
@@ -230,7 +230,7 @@ details[open] {
|
|
|
display: block;
|
|
display: block;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-form.actionArguments {
|
|
|
|
|
|
|
+form.action-arguments {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 0;
|
|
top: 0;
|
|
|
bottom: 0;
|
|
bottom: 0;
|
|
@@ -274,11 +274,11 @@ form input[type="submit"]:first-child {
|
|
|
margin-right: 1em;
|
|
margin-right: 1em;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-button[name=cancel]:hover {
|
|
|
|
|
|
|
+button[name="cancel"]:hover {
|
|
|
background-color: salmon;
|
|
background-color: salmon;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-input[name=start]:hover {
|
|
|
|
|
|
|
+input[name="start"]:hover {
|
|
|
background-color: #aceaac;
|
|
background-color: #aceaac;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -292,7 +292,7 @@ pre {
|
|
|
min-height: 1em;
|
|
min-height: 1em;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-td.exitCode {
|
|
|
|
|
|
|
+td.exit-code {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -300,7 +300,7 @@ input.invalid {
|
|
|
background-color: salmon;
|
|
background-color: salmon;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-#availableVersion {
|
|
|
|
|
|
|
+#available-version {
|
|
|
background-color: #aceaac;
|
|
background-color: #aceaac;
|
|
|
padding: 0.2em;
|
|
padding: 0.2em;
|
|
|
border-radius: 1em;
|
|
border-radius: 1em;
|
|
@@ -312,7 +312,7 @@ input.invalid {
|
|
|
color: white;
|
|
color: white;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- form.actionArguments {
|
|
|
|
|
|
|
+ form.action-arguments {
|
|
|
background-color: #333;
|
|
background-color: #333;
|
|
|
}
|
|
}
|
|
|
|
|
|