290420 New theme, personal settings and bugfixes
This commit is contained in:
@ -185,6 +185,10 @@ input[type="submit"] {
|
||||
color: red !important;
|
||||
}
|
||||
|
||||
.loadingImage{
|
||||
background-image: url("../loadingb.gif") !important;
|
||||
}
|
||||
|
||||
.post,
|
||||
.rb,
|
||||
.textonly,
|
||||
@ -241,6 +245,22 @@ input[type="submit"] {
|
||||
border-top:2px solid #eeaa88;
|
||||
}
|
||||
|
||||
.public::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.unlisted::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.private::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.direct::after {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.post_buttons {
|
||||
color: #425f99;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user