mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
WIP textsize: leave avatar widgets as standard size
This commit is contained in:
parent
3d7df8e566
commit
676e855ad5
@ -137,6 +137,7 @@ class pixelegg_framework extends Api\Framework\Ajax
|
|||||||
.standartTreeRow{
|
.standartTreeRow{
|
||||||
font-size: {$textsize}px;
|
font-size: {$textsize}px;
|
||||||
}
|
}
|
||||||
|
et2-lavatar, et2-avatar {font-size: 12px}
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
if (preg_match('/^(#[0-9A-F]+|[A-Z]+)$/i',$color) || preg_match('/^(#[0-9A-F]+|[A-Z]+)$/i',$loginbox_color)) // a little xss check
|
if (preg_match('/^(#[0-9A-F]+|[A-Z]+)$/i',$color) || preg_match('/^(#[0-9A-F]+|[A-Z]+)$/i',$loginbox_color)) // a little xss check
|
||||||
|
Loading…
Reference in New Issue
Block a user