Change style
This commit is contained in:
parent
c163715dd6
commit
af8ea597ff
|
@ -38,9 +38,8 @@
|
||||||
width: 63px;
|
width: 63px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
border: @scaled-one-px-value-ie solid @border-color-shading-ie;
|
||||||
border: @scaled-one-px-value solid @border-regular-control;
|
border: @scaled-one-px-value solid @border-color-shading;
|
||||||
|
|
||||||
&.top {
|
&.top {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,11 +33,11 @@
|
||||||
.cnt-hb {
|
.cnt-hb {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 195px;
|
width: 196px;
|
||||||
height: 196px;
|
height: 196px;
|
||||||
position: relative;
|
position: relative;
|
||||||
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
/*border: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
||||||
border: @scaled-one-px-value solid @border-regular-control;
|
border: @scaled-one-px-value solid @border-regular-control;*/
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -52,9 +52,9 @@
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
/*border: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
||||||
border: @scaled-one-px-value solid @border-regular-control;
|
border: @scaled-one-px-value solid @border-regular-control;*/
|
||||||
background-position: -195px 0;
|
background-position: -196px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cnt-hb-arrow {
|
.cnt-hb-arrow {
|
||||||
|
|
Loading…
Reference in a new issue