mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Use table_row_text settings for domain selector text size and font (#7302)
This commit is contained in:
@@ -1542,8 +1542,8 @@ else { //default: white
|
||||
bottom: 0;
|
||||
width: 340px;
|
||||
padding: 20px 20px 100px 20px;
|
||||
font-family: arial, san-serif;
|
||||
font-size: 10pt;
|
||||
font-family: <?=$table_row_text_font?>;
|
||||
font-size: <?=$table_row_text_size?>;
|
||||
overflow: hidden;
|
||||
background: <?=$domain_selector_background_color?>;
|
||||
-webkit-box-shadow: <?=$domain_selector_shadow_color?>;
|
||||
|
||||
Reference in New Issue
Block a user