Update OpenVK Modern themestyle (#335)

add msg and classes to stylesheet.css
This commit is contained in:
Mikitko Wiśniewski 2021-12-11 17:34:10 +07:00 committed by GitHub
parent 6f1e2e5c61
commit 234a1181b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,18 @@ body {
border: 1px solid #f3ddbd;
}
.msg {
border: 1pt solid #e6f2f3;
}
.msg.msg_succ {
border-color: #ddf3d7;
}
.msg.msg_err {
border-color: #f5e9ec;
}
.navigation .link:hover {
border-top: 1px solid #E4E4E4;
}