[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;
}
.btn,
.btn:hover,
.btn:focus {
.btn {
border-left: 0;
border-color: @border-control-focus;
border-color: @border-regular-control;
background-color: transparent;
margin-left: -1px;
position: absolute;
@ -66,6 +64,11 @@
border-color: @border-regular-control;
}
.btn-default.disabled:hover {
background-color: transparent;
border-color: @border-regular-control;
}
&.input-group-nr.open:not(.no-highlighted) {
& > .form-control,
& > .btn {

View file

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

View file

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