Timeline bugfixes

This commit is contained in:
daisuke
2021-03-27 12:06:08 -06:00
parent 5b558b6df6
commit 984549035d
7 changed files with 22 additions and 8 deletions

View File

@ -261,6 +261,11 @@ input[type="submit"]:hover {
border-right: 6px solid #edf3fe;
box-shadow: 0 0 10px rgba(237,243,254,1) inset;
}
.element_pad > .post {
border-left:4px solid #ff6300;
}
/*
.postform,.searchmobile {
background-color: #eeaa88;

View File

@ -295,7 +295,7 @@ button,.postform input[type="submit"],.reply input[type="submit"] {
border-radius:0px !important;
}
.notif *{
.notif a, .notif span{
color:white;
}