Removes Driller from ScriptCanvas

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-12-02 13:55:00 -08:00
parent de06bb75e5
commit 59ef6f983f
16 changed files with 1 additions and 403 deletions
@@ -1116,91 +1116,6 @@ QPushButton#captureButton:disabled {
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--DrillerCaptureWindow > #centralwidget > #playButton {
color: white;
}
Driller--DrillerCaptureWindow > #centralwidget > AzToolsFramework--AZAutoSizingScrollArea#scrollArea {
background-color: rgb(100,100,100);
border: 1px solid rgb(100,100,100);
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--DrillerMainWindow QDockWidget
{
background: rgb(56, 58, 59);
}
Driller--DrillerMainWindow QDockWidget::title
{
background: rgb(56, 58, 59);
}
Driller--DrillerMainWindow QDockWidget .QWidget
{
background: rgb(56, 58, 59);
border: 0px solid red;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--ChannelControl > QFrame {
background-color: rgb(100, 100, 100);
}
Driller--ChannelControl > #infoArea > QLabel {
color: #999999;
font-size: 12px;
font-family: "open sans";
font-weight:600;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--ChannelProfilerWidget #profilerName {
color: #cccccc;
font-size: 13px;
font-family: "open sans";
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--AnnotationHeaderView {
background-color: rgb(80,80,80);
}
Driller--AnnotationHeaderView > #frame {
background-color: rgb(80,80,80);
}
Driller--AnnotationHeaderView > #frame > #annotationBackground {
background-color: rgb(80,80,80);
}
Driller--AnnotationHeaderView > #frame > #annotationBackground > #configureAnnotations {
color: white;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--CollapsiblePanel > QGroupBox {
background-color: rgb(56, 58, 59);
margin-top: 0px;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
AzToolsFramework--TargetSelectorButton#targetButton {
color: white;
}
@@ -1116,91 +1116,6 @@ QPushButton#captureButton:disabled {
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--DrillerCaptureWindow > #centralwidget > #playButton {
color: white;
}
Driller--DrillerCaptureWindow > #centralwidget > AzToolsFramework--AZAutoSizingScrollArea#scrollArea {
background-color: rgb(100,100,100);
border: 1px solid rgb(100,100,100);
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--DrillerMainWindow QDockWidget
{
background: rgb(56, 58, 59);
}
Driller--DrillerMainWindow QDockWidget::title
{
background: rgb(56, 58, 59);
}
Driller--DrillerMainWindow QDockWidget .QWidget
{
background: rgb(56, 58, 59);
border: 0px solid red;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--ChannelControl > QFrame {
background-color: rgb(100, 100, 100);
}
Driller--ChannelControl > #infoArea > QLabel {
color: #999999;
font-size: 12px;
font-family: "open sans";
font-weight:600;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--ChannelProfilerWidget #profilerName {
color: #cccccc;
font-size: 13px;
font-family: "open sans";
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--AnnotationHeaderView {
background-color: rgb(80,80,80);
}
Driller--AnnotationHeaderView > #frame {
background-color: rgb(80,80,80);
}
Driller--AnnotationHeaderView > #frame > #annotationBackground {
background-color: rgb(80,80,80);
}
Driller--AnnotationHeaderView > #frame > #annotationBackground > #configureAnnotations {
color: white;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--CollapsiblePanel > QGroupBox {
background-color: rgb(56, 58, 59);
margin-top: 0px;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
AzToolsFramework--TargetSelectorButton#targetButton {
color: white;
}