[stylesheets] changed some components
This commit is contained in:
parent
a1d23fdda3
commit
163272b4d3
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue