Merge branch 'ent-4523-fallos-en-black-theme' into 'develop'
Changed background-color in request new licence See merge request artica/pandorafms!2673
This commit is contained in:
commit
1ca7e03fa4
pandora_console/include/styles
|
@ -392,3 +392,11 @@ div#box_online * {
|
||||||
#text_wizard {
|
#text_wizard {
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#code_license_dialog div#code,
|
||||||
|
div#form_activate_licence #code {
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
border: 0px;
|
||||||
|
background-color: #222;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue