deployment ready
This commit is contained in:
@@ -116,12 +116,13 @@ html, body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.task-connection-message {
|
||||
#task-connection-message {
|
||||
position: relative;
|
||||
margin: auto;
|
||||
left: -10%;
|
||||
font-weight: 600;
|
||||
font-size: 19pt;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.panel{
|
||||
@@ -252,7 +253,6 @@ html, body {
|
||||
border: none;
|
||||
background: none;
|
||||
padding: 0px;
|
||||
margin: 0 5px 0 5px;
|
||||
}
|
||||
|
||||
|
||||
@@ -299,15 +299,12 @@ html, body {
|
||||
background-image: linear-gradient(#085394, #073763) !important;
|
||||
}
|
||||
|
||||
button[class*="disabled"] {
|
||||
background-color: #262b40 !important;
|
||||
cursor: not-allowed;
|
||||
pointer-events: none;
|
||||
button[class*="danger"] {
|
||||
background-image: linear-gradient(#990000, #660000) !important;
|
||||
}
|
||||
|
||||
button[class*="danger"] {
|
||||
button[class*="warning"] {
|
||||
background-image: linear-gradient(#b45f06, #783f04) !important;
|
||||
background-image: linear-gradient(#990000, #660000) !important;
|
||||
}
|
||||
|
||||
.status-container .robotiq .progress {
|
||||
@@ -332,6 +329,28 @@ html, body {
|
||||
}
|
||||
}
|
||||
|
||||
.execution-control .button-area > button {
|
||||
font-size: 12pt !important;
|
||||
}
|
||||
|
||||
button[class*="disabled"] {
|
||||
background-color: #262b40 !important;
|
||||
cursor: not-allowed !important;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
input[class*="disabled"] {
|
||||
cursor: not-allowed !important;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
.disabled i{
|
||||
color: grey;
|
||||
}
|
||||
|
||||
input[class*="disabled"] + div[class*="state"] {
|
||||
color: grey;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user