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