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
+14 -3
View File
@@ -8,7 +8,7 @@
Global Main Setup Global Main Setup
------------------------ */ ------------------------ */
@font-face { @font-face {
font-family: "NotoSans"; font-family: "Noto Sans";
src: url("typo/NotoSans-Regular.ttf"); src: url("typo/NotoSans-Regular.ttf");
} }
@font-face { @font-face {
@@ -23,7 +23,7 @@ body {
line-height: 1; line-height: 1;
} }
* { * {
font-family: "NotoSans", serif; font-family: "Noto Sans", serif;
} }
/* ------------------------ /* ------------------------
Login Page Login Page
@@ -486,7 +486,18 @@ body.logged, .logged .content {
padding-left: 60px; padding-left: 60px;
font-family: 'NotoSansBold', serif; font-family: 'NotoSansBold', serif;
} }
.form-text:hover {
background-color: #2c2b27;
}
.edit .large-btn { .edit .large-btn {
background-image: none; background-image: none;
}
.edit .large-btn:hover {
background-color: white;
}
.btn {
font-family: "NotoSansBold", serif;
}
.btn-group .btn:hover {
background-color: #101c16;
} }