mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix social media icons for jdots login page
This commit is contained in:
parent
9d7ae4b4b0
commit
0ce38aa260
@ -478,6 +478,13 @@ body {
|
|||||||
position: relative;
|
position: relative;
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
#socialMedia a {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
#socialMedia a img{
|
||||||
|
width: 24px;
|
||||||
|
filter: invert(0.2);
|
||||||
|
}
|
||||||
#loginScreenMessage {
|
#loginScreenMessage {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user