comment info in the default theme
This commit is contained in:
parent
9aa5644504
commit
1035309f2c
1 changed files with 14 additions and 1 deletions
|
@ -131,7 +131,20 @@ UL {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.comment .info {
|
.comment .info {
|
||||||
display: none;
|
visibility: hidden;
|
||||||
|
text-align: center;
|
||||||
|
padding: 8px;
|
||||||
|
background: #ACE4A3;
|
||||||
|
border: 1px solid #7EB977;
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
right: 0px;
|
||||||
|
z-index: 1;
|
||||||
|
box-shadow: 0px 0px 4px #000;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
.comment:hover .info {
|
||||||
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.more:after {
|
.more:after {
|
||||||
|
|
Reference in a new issue