Edit user page, update color button

This commit is contained in:
Aurelien Vaillant
2020-04-07 00:54:01 +02:00
parent c2dbeb68d3
commit 67a9f2eaf5
+12 -1
View File
@@ -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;
}