|
@@ -1,45 +1,53 @@
|
|
-.Outliner {
|
|
|
|
- color: #868686;
|
|
|
|
- background: #222;
|
|
|
|
- padding: 0;
|
|
|
|
- width: 100%;
|
|
|
|
- height: 140px;
|
|
|
|
- font-size: 12px;
|
|
|
|
- cursor: default;
|
|
|
|
- overflow: auto;
|
|
|
|
|
|
+button {
|
|
|
|
+ color: #aaa;
|
|
|
|
+ background-color: #222;
|
|
|
|
+ border: 0px;
|
|
|
|
+ padding: 5px 8px;
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
+ cursor: pointer;
|
|
outline: none;
|
|
outline: none;
|
|
}
|
|
}
|
|
|
|
|
|
- .Outliner .option {
|
|
|
|
- padding: 4px;
|
|
|
|
- white-space: nowrap;
|
|
|
|
|
|
+ button:hover {
|
|
|
|
+ color: #ccc;
|
|
|
|
+ background-color: #444;
|
|
}
|
|
}
|
|
|
|
|
|
- .Outliner .option:hover {
|
|
|
|
- background-color: rgba(21,60,94,0.5);
|
|
|
|
|
|
+ button.selected {
|
|
|
|
+ color: #fff;
|
|
|
|
+ background-color: #08f;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
- .Outliner .option.active {
|
|
|
|
- background-color: rgba(21,60,94,1);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-.Panel.Collapsible.collapsed .Static .Button {
|
|
|
|
- border-left-color: #444;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.Panel.Collapsible:not(.collapsed) .Static .Button {
|
|
|
|
- border-top-color: #444;
|
|
|
|
|
|
+input, textarea {
|
|
|
|
+ background-color: #222;
|
|
|
|
+ border: 1px solid transparent;
|
|
|
|
+ color: #888;
|
|
}
|
|
}
|
|
|
|
|
|
input.Number {
|
|
input.Number {
|
|
- color: #2A75B7!important;
|
|
|
|
|
|
+ color: #08f!important;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
border: 0px;
|
|
border: 0px;
|
|
padding: 2px;
|
|
padding: 2px;
|
|
cursor: col-resize;
|
|
cursor: col-resize;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+select {
|
|
|
|
+ color: #aaa;
|
|
|
|
+ background-color: #222;
|
|
|
|
+ border: 0px;
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ outline: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+ select:hover {
|
|
|
|
+ color: #ccc;
|
|
|
|
+ background-color: #444;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+/* UI */
|
|
|
|
+
|
|
#viewport {
|
|
#viewport {
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 32px;
|
|
top: 32px;
|
|
@@ -154,14 +162,6 @@ input.Number {
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
|
|
|
|
- #sidebar input,
|
|
|
|
- #sidebar textarea,
|
|
|
|
- #sidebar select {
|
|
|
|
- background: #222;
|
|
|
|
- border: 1px solid transparent;
|
|
|
|
- color: #888;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
#sidebar .Panel {
|
|
#sidebar .Panel {
|
|
color: #888;
|
|
color: #888;
|
|
padding: 10px;
|
|
padding: 10px;
|
|
@@ -219,3 +219,37 @@ input.Number {
|
|
#toolbar button {
|
|
#toolbar button {
|
|
margin-right: 6px;
|
|
margin-right: 6px;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.Outliner {
|
|
|
|
+ color: #888;
|
|
|
|
+ background: #222;
|
|
|
|
+ padding: 0;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 140px;
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ cursor: default;
|
|
|
|
+ overflow: auto;
|
|
|
|
+ outline: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+ .Outliner .option {
|
|
|
|
+ padding: 4px;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .Outliner .option:hover {
|
|
|
|
+ background-color: rgba(21,60,94,0.5);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ .Outliner .option.active {
|
|
|
|
+ background-color: rgba(21,60,94,1);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+.Panel.Collapsible.collapsed .Static .Button {
|
|
|
|
+ border-left-color: #444;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.Panel.Collapsible:not(.collapsed) .Static .Button {
|
|
|
|
+ border-top-color: #444;
|
|
|
|
+}
|