1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-06 17:48:19 +00:00

UI: Change GPG Validation colors and remove inline CSS; fixes #5404 (#5896)

This commit is contained in:
EpicCoder
2019-01-30 00:11:53 +01:00
committed by techknowlogick
parent 2569363204
commit c62c0b669a
5 changed files with 23 additions and 8 deletions

View File

@@ -568,9 +568,12 @@
.ui.attached.info.message, .ui.info.message {
box-shadow: 0 0 0 1px #4b5e71 inset, 0 0 0 0 transparent;
}
.ui.positive.message {
.ui.bottom.attached.message {
background-color: #2c662d;
color: #fcfff5;
color: #87ab63;
}
.ui.bottom.attached.message .pull-right {
color: #87ab63;
}
.ui.info.message {
background-color: #2c3b4a;