modified: view/theme/smoothly/style.css
This commit is contained in:
parent
664680cdd8
commit
0cc661dd9c
|
@ -3755,10 +3755,10 @@ hr.line-dots {
|
||||||
/* SCROLL TO TOP
|
/* SCROLL TO TOP
|
||||||
----------------------------------------------------------- */
|
----------------------------------------------------------- */
|
||||||
#scrollup {
|
#scrollup {
|
||||||
position:fixed;
|
position: fixed;
|
||||||
right:5px;
|
right: 5px;
|
||||||
bottom:5px;
|
bottom: 5px;
|
||||||
z-index:100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
#scrollup a:hover{
|
#scrollup a:hover{
|
||||||
|
@ -3771,4 +3771,9 @@ hr.line-dots {
|
||||||
.shiny {
|
.shiny {
|
||||||
background: #fbfde9;
|
background: #fbfde9;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*div.wall-item-content-wrapper.shiny {
|
||||||
|
background-image: url("star.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}*/
|
Loading…
Reference in a new issue