jRange: little css fix
This commit is contained in:
parent
b3014eaab2
commit
8485b68625
|
@ -1514,8 +1514,8 @@ main .nav-tabs>li.active>a:hover {
|
||||||
background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
|
background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
|
||||||
background-image: -o-linear-gradient(top, #bdfade, #76fabc);
|
background-image: -o-linear-gradient(top, #bdfade, #76fabc);
|
||||||
background-image: linear-gradient(to bottom, #bdfade, #76fabc);
|
background-image: linear-gradient(to bottom, #bdfade, #76fabc);
|
||||||
background-repeat: repeat-x;*/
|
background-repeat: repeat-x;
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);*/
|
||||||
}
|
}
|
||||||
.theme-frio .back-bar .pointer {
|
.theme-frio .back-bar .pointer {
|
||||||
width: 14px !important;
|
width: 14px !important;
|
||||||
|
|
Loading…
Reference in a new issue