Fix icons
This commit is contained in:
parent
7434d36e9b
commit
d8f6ebb153
|
@ -464,7 +464,11 @@
|
||||||
.sign-in .error .help-inline {
|
.sign-in .error .help-inline {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
}
|
}
|
||||||
.active .icons-arrow-down-5:before {
|
.web-symbol:before {
|
||||||
|
font-family: 'entypo';
|
||||||
|
content: "\e0ce";
|
||||||
|
}
|
||||||
|
.active .web-symbol:before {
|
||||||
content: "\e0cf";
|
content: "\e0cf";
|
||||||
}
|
}
|
||||||
.img-peview {
|
.img-peview {
|
||||||
|
@ -555,8 +559,9 @@
|
||||||
width: 39px;
|
width: 39px;
|
||||||
background-color: rgba(100,100,100,.3)
|
background-color: rgba(100,100,100,.3)
|
||||||
}*/
|
}*/
|
||||||
.folded #main-sidebar:hover .viewport {
|
.folded #main-sidebar .viewport {
|
||||||
width: 198px;
|
/*width: 198px;*/
|
||||||
|
overflow: visible;
|
||||||
/*background-color: rgba(100,100,100,.3)*/
|
/*background-color: rgba(100,100,100,.3)*/
|
||||||
}
|
}
|
||||||
.folded #main-sidebar .overview > .nav-list > li {
|
.folded #main-sidebar .overview > .nav-list > li {
|
||||||
|
@ -568,6 +573,7 @@
|
||||||
}
|
}
|
||||||
.folded #main-sidebar .overview > .nav-list > li:hover > a {
|
.folded #main-sidebar .overview > .nav-list > li:hover > a {
|
||||||
width: 172px;
|
width: 172px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.folded #main-sidebar .overview > .nav-list > li > a > span, .folded #main-sidebar #position span {
|
.folded #main-sidebar .overview > .nav-list > li > a > span, .folded #main-sidebar #position span {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue