200520 New reply layout and Longhorn theme
This commit is contained in:
@ -159,6 +159,14 @@ input[type="checkbox"]:checked+label {
|
||||
padding:2px;
|
||||
}
|
||||
|
||||
.reply .postMenu {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
color:black;
|
||||
padding:2px;
|
||||
margin-right:10px;
|
||||
}
|
||||
|
||||
.profile,.loader,.menu,.notif,.postMenu > .menu {
|
||||
background-color: #efd7f3 !important;
|
||||
border: 2px outset #f2e0f5 !important;
|
||||
@ -265,6 +273,7 @@ input[type="checkbox"]:checked+label {
|
||||
.loadmore, .postform,.searchmobile {
|
||||
background-color: #efd7f3;
|
||||
border: 2px outset #f2e0f5 !important;
|
||||
border-radius:0px !important;
|
||||
}
|
||||
|
||||
.previewpost,.userinfo {
|
||||
@ -330,6 +339,14 @@ input[type="checkbox"]:checked+label {
|
||||
background-color:#c8f7f5;
|
||||
}
|
||||
|
||||
.felem a:hover > span {
|
||||
background-color: #efd7f3;
|
||||
border: 2px outset #f2e0f5 !important;
|
||||
box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
|
||||
color: black !important;
|
||||
border-radius:0px;
|
||||
}
|
||||
|
||||
.public::after {
|
||||
content: '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user