mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
display #msg or .message like before in red and italics
This commit is contained in:
parent
868c41643c
commit
0f72fba1b3
@ -121,6 +121,10 @@ div.et2_hbox>div {
|
|||||||
.et2_label {
|
.et2_label {
|
||||||
color: #101050;
|
color: #101050;
|
||||||
}
|
}
|
||||||
|
#msg,.message {
|
||||||
|
color: red;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
input.et2_url {
|
input.et2_url {
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
|
Loading…
Reference in New Issue
Block a user