[stylesheets] changed some components

This commit is contained in:
Maxim Kadushkin 2020-12-21 13:33:16 +03:00
parent a1d23fdda3
commit 163272b4d3
3 changed files with 11 additions and 8 deletions

View file

@ -48,11 +48,9 @@
float: none; float: none;
} }
.btn, .btn {
.btn:hover,
.btn:focus {
border-left: 0; border-left: 0;
border-color: @border-control-focus; border-color: @border-regular-control;
background-color: transparent; background-color: transparent;
margin-left: -1px; margin-left: -1px;
position: absolute; position: absolute;
@ -66,6 +64,11 @@
border-color: @border-regular-control; border-color: @border-regular-control;
} }
.btn-default.disabled:hover {
background-color: transparent;
border-color: @border-regular-control;
}
&.input-group-nr.open:not(.no-highlighted) { &.input-group-nr.open:not(.no-highlighted) {
& > .form-control, & > .form-control,
& > .btn { & > .btn {

View file

@ -183,10 +183,10 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
.combo-dataview-menu { .combo-dataview-menu {
.form-control { .form-control {
cursor: pointer; cursor: pointer;
background-color: white; background-color: @background-normal;
&.text { &.text {
background: white; background: @background-normal;
vertical-align: bottom; vertical-align: bottom;
} }
} }

View file

@ -111,10 +111,10 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
.combo-dataview-menu { .combo-dataview-menu {
.form-control { .form-control {
cursor: pointer; cursor: pointer;
background-color: white; background-color: @background-normal;
&.text { &.text {
background: white; background: @background-normal;
vertical-align: bottom; vertical-align: bottom;
} }
} }