mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-18 00:21:14 +10:00
Admins can edit bans now.
This commit is contained in:
+4
-1
@@ -195,7 +195,10 @@ form.search input[type="submit"] {
|
||||
border-bottom-color: #000;
|
||||
box-shadow: inset 0 0.5px 0 rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
|
||||
.DateTimeInput {
|
||||
background: var(--theme-darker, #161626);
|
||||
color: #fff;
|
||||
}
|
||||
.topic-categories-container {
|
||||
background: var(--theme-dark, #202030);
|
||||
-webkit-box-shadow: 0 1px 0 var(--theme-dark, #202030);
|
||||
|
||||
@@ -4657,6 +4657,10 @@ div#activity-feed-tutorial.no-content p.tleft {
|
||||
padding: 0 5px 10px 10px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
.DateTimeInput {
|
||||
border-radius: 6px;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
.platform-tag {
|
||||
position: static;
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user