Fix: Fix on themes on linux
This commit is contained in:
parent
00d04e5e39
commit
3954b012b4
@ -110,6 +110,7 @@ textarea.flat {
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
select.flat {
|
||||
background: #FDFDFD;
|
||||
font-size: <?php print $fontsize ?>px;
|
||||
font-family: <?php print $fontlist ?>;
|
||||
font-weight: normal;
|
||||
|
||||
@ -113,6 +113,7 @@ textarea.flat {
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
select.flat {
|
||||
background: #FDFDFD;
|
||||
font-size: <?php print $fontsize ?>px;
|
||||
font-family: <?php print $fontlist ?>;
|
||||
font-weight: normal;
|
||||
|
||||
@ -113,6 +113,7 @@ textarea.flat
|
||||
}
|
||||
select.flat
|
||||
{
|
||||
background: #FDFDFD;
|
||||
font-size: <?php print empty($conf->browser->phone)?'12':'9'; ?>px;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: normal;
|
||||
|
||||
@ -107,6 +107,7 @@ textarea.flat
|
||||
}
|
||||
select.flat
|
||||
{
|
||||
background: #FDFDFD;
|
||||
font-size: 12px;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: normal;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user