290420 New theme, personal settings and bugfixes
This commit is contained in:
@ -300,6 +300,22 @@ input[type="submit"] {
|
||||
border-radius: 0px 0px <?php echo $theme['br']; ?>px <?php echo $theme['br']; ?>px;
|
||||
}
|
||||
|
||||
.public::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.unlisted::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.private::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.direct::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.post_buttons {
|
||||
color: #404040;
|
||||
}
|
||||
|
Reference in New Issue
Block a user