|
@@ -347,8 +347,16 @@ input[type=checkbox] {
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.scene-partition .hide-toolbar .button {
|
|
|
|
+ min-width : 16px !important;
|
|
|
|
+ height : 16px !important;
|
|
|
|
+ font-size: 12px !important;
|
|
|
|
+}
|
|
|
|
+
|
|
.scene-partition .show-cols-btn {
|
|
.scene-partition .show-cols-btn {
|
|
&:extend(.hide-toolbar .button);
|
|
&:extend(.hide-toolbar .button);
|
|
|
|
+ &:extend(.scene-partition .hide-toolbar .button);
|
|
|
|
+
|
|
position: absolute;
|
|
position: absolute;
|
|
margin-top: 2px;
|
|
margin-top: 2px;
|
|
right: 0px;
|
|
right: 0px;
|
|
@@ -356,6 +364,10 @@ input[type=checkbox] {
|
|
&:hover {
|
|
&:hover {
|
|
&:extend(.hide-toolbar .button:hover);
|
|
&:extend(.hide-toolbar .button:hover);
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ &:active {
|
|
|
|
+ &:extend(.hide-toolbar .button:active);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.hide-toolbar {
|
|
.hide-toolbar {
|