mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Update OpenVK Modern themestyle (#335)
add msg and classes to stylesheet.css
This commit is contained in:
parent
6f1e2e5c61
commit
234a1181b4
1 changed files with 12 additions and 0 deletions
|
@ -54,6 +54,18 @@ body {
|
||||||
border: 1px solid #f3ddbd;
|
border: 1px solid #f3ddbd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.msg {
|
||||||
|
border: 1pt solid #e6f2f3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.msg.msg_succ {
|
||||||
|
border-color: #ddf3d7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.msg.msg_err {
|
||||||
|
border-color: #f5e9ec;
|
||||||
|
}
|
||||||
|
|
||||||
.navigation .link:hover {
|
.navigation .link:hover {
|
||||||
border-top: 1px solid #E4E4E4;
|
border-top: 1px solid #E4E4E4;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue