200520 New reply layout and Longhorn theme
This commit is contained in:
@ -300,6 +300,13 @@ input[type="submit"] {
|
||||
border-radius: 0px 0px <?php echo $theme['br']; ?>px <?php echo $theme['br']; ?>px;
|
||||
}
|
||||
|
||||
.felem a:hover > span {
|
||||
color: <?php echo $backgroundLighter; ?>;
|
||||
background-color: <?php echo $backgroundDarker ?> !important;
|
||||
border: <?php echo $theme['bw']; ?>px solid #<?php echo $theme['bc']; ?>;
|
||||
border-radius:3px;
|
||||
}
|
||||
|
||||
.public::after {
|
||||
content: '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user