|
@@ -154,7 +154,7 @@ body.amberBody {
|
|
|
background: white;
|
|
|
}
|
|
|
|
|
|
-.amberTool .jt_box {
|
|
|
+.amberTool .amber_box {
|
|
|
width: 100%;
|
|
|
margin: 0;
|
|
|
position: absolute;
|
|
@@ -360,7 +360,7 @@ body.amberBody {
|
|
|
|
|
|
/* Debugger & inspector */
|
|
|
|
|
|
-.amberTool .jt_box .label {
|
|
|
+.amberTool .amber_box .label {
|
|
|
width: 100%;
|
|
|
font-weight: bold;
|
|
|
text-align: center;
|
|
@@ -372,11 +372,11 @@ body.amberBody {
|
|
|
height: 27px;
|
|
|
}
|
|
|
|
|
|
-.amberTool .jt_box .jt_column.debugger {
|
|
|
+.amberTool .amber_box .jt_column.debugger {
|
|
|
top: 178px;
|
|
|
}
|
|
|
|
|
|
-.amberTool .jt_box .jt_column.debugger.contexts {
|
|
|
+.amberTool .amber_box .jt_column.debugger.contexts {
|
|
|
top: 27px;
|
|
|
width: 100%;
|
|
|
}
|
|
@@ -386,7 +386,7 @@ body.amberBody {
|
|
|
top: 178px;
|
|
|
}
|
|
|
|
|
|
-.amberTool .jt_box .jt_column.debugger.variables {
|
|
|
+.amberTool .amber_box .jt_column.debugger.variables {
|
|
|
width: 10%;
|
|
|
left: 60%;
|
|
|
bottom: 0;
|
|
@@ -394,7 +394,7 @@ body.amberBody {
|
|
|
height: auto;
|
|
|
}
|
|
|
|
|
|
-.amberTool .jt_box .jt_column.debugger.inspector {
|
|
|
+.amberTool .amber_box .jt_column.debugger.inspector {
|
|
|
width: 30%;
|
|
|
left: 70%;
|
|
|
bottom: 0;
|
|
@@ -420,43 +420,43 @@ body.amberBody {
|
|
|
|
|
|
/* ReferencesBrowser */
|
|
|
|
|
|
-.amberTool .jt_box .implementors {
|
|
|
+.amberTool .amber_box .implementors {
|
|
|
width: 100%
|
|
|
}
|
|
|
|
|
|
-.amberTool .jt_box .jt_column.implementors,
|
|
|
-.amberTool .jt_box .jt_column.senders,
|
|
|
-.amberTool .jt_box .jt_column.referenced_classes,
|
|
|
-.amberTool .jt_box .jt_column.matches {
|
|
|
+.amberTool .amber_box .jt_column.implementors,
|
|
|
+.amberTool .amber_box .jt_column.senders,
|
|
|
+.amberTool .amber_box .jt_column.referenced_classes,
|
|
|
+.amberTool .amber_box .jt_column.matches {
|
|
|
top: 20px;
|
|
|
height: auto;
|
|
|
bottom: 0;
|
|
|
width: 25%;
|
|
|
}
|
|
|
|
|
|
-.amberTool .jt_box .jt_column.senders {
|
|
|
+.amberTool .amber_box .jt_column.senders {
|
|
|
left: 25%
|
|
|
}
|
|
|
|
|
|
-.amberTool .jt_box .jt_column.referenced_classes {
|
|
|
+.amberTool .amber_box .jt_column.referenced_classes {
|
|
|
left: 50%
|
|
|
}
|
|
|
|
|
|
-.amberTool .jt_box .jt_column.matches {
|
|
|
+.amberTool .amber_box .jt_column.matches {
|
|
|
left: 75%
|
|
|
}
|
|
|
|
|
|
-.amberTool .jt_box .jt_column.implementors .column_label,
|
|
|
-.amberTool .jt_box .jt_column.senders .column_label,
|
|
|
-.amberTool .jt_box .jt_column.referenced_classes .column_label,
|
|
|
-.amberTool .jt_box .jt_column.matches .column_label {
|
|
|
+.amberTool .amber_box .jt_column.implementors .column_label,
|
|
|
+.amberTool .amber_box .jt_column.senders .column_label,
|
|
|
+.amberTool .amber_box .jt_column.referenced_classes .column_label,
|
|
|
+.amberTool .amber_box .jt_column.matches .column_label {
|
|
|
background: #dbdbdb
|
|
|
}
|
|
|
|
|
|
-.amberTool .jt_box .jt_column.implementors .column_label:hover,
|
|
|
-.amberTool .jt_box .jt_column.senders .column_label:hover,
|
|
|
-.amberTool .jt_box .jt_column.referenced_classes .column_label:hover,
|
|
|
-.amberTool .jt_box .jt_column.matches .column_label:hover {
|
|
|
+.amberTool .amber_box .jt_column.implementors .column_label:hover,
|
|
|
+.amberTool .amber_box .jt_column.senders .column_label:hover,
|
|
|
+.amberTool .amber_box .jt_column.referenced_classes .column_label:hover,
|
|
|
+.amberTool .amber_box .jt_column.matches .column_label:hover {
|
|
|
font-weight: bold;
|
|
|
color: #000;
|
|
|
cursor: default
|