mirror of
https://github.com/jech/galene.git
synced 2025-01-10 00:25:48 +01:00
Style the invite dialog.
This commit is contained in:
parent
a0c7ca165f
commit
90f2892187
1 changed files with 32 additions and 0 deletions
|
@ -1372,6 +1372,38 @@ header .collapse:hover {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#invite-dialog {
|
||||||
|
border: solid 2px #610a86;
|
||||||
|
}
|
||||||
|
|
||||||
|
#invite-dialog button {
|
||||||
|
background-color: #3355ff;
|
||||||
|
color: white;
|
||||||
|
border-radius: .5em;
|
||||||
|
padding: .5em;
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
margin-right: 2em;
|
||||||
|
display: inline-block;
|
||||||
|
width: 7em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#invite-dialog button:hover {
|
||||||
|
background-color: #0022ff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#invite-dialog input {
|
||||||
|
margin-top: 1em;
|
||||||
|
width: 12em;
|
||||||
|
padding: .2em
|
||||||
|
}
|
||||||
|
|
||||||
|
#invite-dialog label {
|
||||||
|
margin-top: 1em;
|
||||||
|
display: inline-block;
|
||||||
|
width:12em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Style for the toastify messages shall be within a css file */
|
/* Style for the toastify messages shall be within a css file */
|
||||||
.toastify.error {
|
.toastify.error {
|
||||||
background: linear-gradient(to right, #e20a0a, #df2d2d);
|
background: linear-gradient(to right, #e20a0a, #df2d2d);
|
||||||
|
|
Loading…
Reference in a new issue