mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Removed inline style
This commit is contained in:
parent
afa8e2d4aa
commit
63dc84764f
@ -136,7 +136,7 @@ function DisplayHostAPDConfig(){
|
|||||||
<div class="form-group col-md-4">
|
<div class="form-group col-md-4">
|
||||||
<label for="code">Country Code</label>
|
<label for="code">Country Code</label>
|
||||||
<input type="hidden" id="selected_country" value="<?php echo $arrConfig['country_code'] ?>">
|
<input type="hidden" id="selected_country" value="<?php echo $arrConfig['country_code'] ?>">
|
||||||
<select class="form-control" id="countries" name="country_code" style="background-color: #c0ffc0;">
|
<select class="form-control" id="countries" name="country_code">
|
||||||
<option value="AF">Afghanistan</option>
|
<option value="AF">Afghanistan</option>
|
||||||
<option value="AX">Åland Islands</option>
|
<option value="AX">Åland Islands</option>
|
||||||
<option value="AL">Albania</option>
|
<option value="AL">Albania</option>
|
||||||
|
Loading…
Reference in New Issue
Block a user