Use table_row_text settings for domain selector text size and font (#7302)
This commit is contained in:
parent
1be15d7d9c
commit
d9827f8800
|
|
@ -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?>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue