[dark theme] fixed some components
This commit is contained in:
parent
7b7d037176
commit
dff0b206df
|
@ -48,16 +48,16 @@ label {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
.tool-menu-btns {
|
.tool-menu-btns {
|
||||||
border-right: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
border-right: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
||||||
border-right: @scaled-one-px-value solid @border-regular-control;
|
border-right: @scaled-one-px-value solid @border-toolbar;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.right {
|
&.right {
|
||||||
.tool-menu-btns {
|
.tool-menu-btns {
|
||||||
//position: absolute;
|
//position: absolute;
|
||||||
border-left: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
border-left: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
||||||
border-left: @scaled-one-px-value solid @border-regular-control;
|
border-left: @scaled-one-px-value solid @border-toolbar;
|
||||||
background-color: @background-toolbar-ie;
|
background-color: @background-toolbar-ie;
|
||||||
background-color: @background-toolbar;
|
background-color: @background-toolbar;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -81,8 +81,8 @@ label {
|
||||||
.left-panel {
|
.left-panel {
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-right: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
border-right: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
||||||
border-right: @scaled-one-px-value solid @border-regular-control;
|
border-right: @scaled-one-px-value solid @border-toolbar;
|
||||||
|
|
||||||
#left-panel-chat {
|
#left-panel-chat {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -100,8 +100,8 @@ label {
|
||||||
padding: 0 10px 0 15px;
|
padding: 0 10px 0 15px;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-left: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
border-left: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
||||||
border-left: @scaled-one-px-value solid @border-regular-control;
|
border-left: @scaled-one-px-value solid @border-toolbar;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -109,8 +109,8 @@ label {
|
||||||
height: 25px;
|
height: 25px;
|
||||||
background-color: @background-toolbar-ie;
|
background-color: @background-toolbar-ie;
|
||||||
background-color: @background-toolbar;
|
background-color: @background-toolbar;
|
||||||
.box-inner-shadow(0 @scaled-one-px-value-ie 0 @border-regular-control-ie);
|
.box-inner-shadow(0 @scaled-one-px-value-ie 0 @border-toolbar-ie);
|
||||||
.box-inner-shadow(0 @scaled-one-px-value 0 @border-regular-control);
|
.box-inner-shadow(0 @scaled-one-px-value 0 @border-toolbar);
|
||||||
|
|
||||||
.status-label {
|
.status-label {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -128,16 +128,16 @@ label {
|
||||||
.panel-menu {
|
.panel-menu {
|
||||||
width: 260px;
|
width: 260px;
|
||||||
float: left;
|
float: left;
|
||||||
border-right: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
border-right: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
||||||
border-right: @scaled-one-px-value solid @border-regular-control;
|
border-right: @scaled-one-px-value solid @border-toolbar;
|
||||||
background-color: @background-toolbar-ie;
|
background-color: @background-toolbar-ie;
|
||||||
background-color: @background-toolbar;
|
background-color: @background-toolbar;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-settings {
|
.flex-settings {
|
||||||
&.bordered {
|
&.bordered {
|
||||||
border-bottom: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
border-bottom: @scaled-one-px-value-ie solid @border-toolbar-ie;
|
||||||
border-bottom: @scaled-one-px-value solid @border-regular-control;
|
border-bottom: @scaled-one-px-value solid @border-toolbar;
|
||||||
}
|
}
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue