Change colors and layout.
This commit is contained in:
parent
6fe96a17b2
commit
35542d4ee5
|
@ -49,7 +49,7 @@
|
|||
}
|
||||
|
||||
> .layout-resizer {
|
||||
width: 4px;
|
||||
width: 2px;
|
||||
cursor: col-resize;
|
||||
|
||||
&.move {
|
||||
|
|
|
@ -39,7 +39,7 @@ label {
|
|||
top:0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: #f4f4f4;
|
||||
background-color: @gray-light;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
@tabs-bg-color: #4f6279;
|
||||
@tabs-bg-color: #446995;
|
||||
|
||||
.toolbar {
|
||||
&:not(.cover) {
|
||||
|
|
|
@ -50,7 +50,7 @@ label {
|
|||
top:0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: #f4f4f4;
|
||||
background-color: @gray-light;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ label {
|
|||
top:0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: #f4f4f4;
|
||||
background-color: @gray-light;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@tabs-bg-color: #48795c;
|
||||
@tabs-bg-color: #40865c;
|
||||
|
||||
.toolbar {
|
||||
&:not(.cover) {
|
||||
|
|
Loading…
Reference in a new issue