Edit user page, update color button
This commit is contained in:
+12
-1
@@ -486,7 +486,18 @@ body.logged, .logged .content {
|
||||
padding-left: 60px;
|
||||
font-family: 'NotoSansBold', serif;
|
||||
}
|
||||
|
||||
.form-text:hover {
|
||||
background-color: #2c2b27;
|
||||
}
|
||||
.edit .large-btn {
|
||||
background-image: none;
|
||||
}
|
||||
.edit .large-btn:hover {
|
||||
background-color: white;
|
||||
}
|
||||
.btn {
|
||||
font-family: "NotoSansBold", serif;
|
||||
}
|
||||
.btn-group .btn:hover {
|
||||
background-color: #101c16;
|
||||
}
|
||||
Reference in New Issue
Block a user