Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Pixel Humain
survey
Commits
f6d62934
Commit
f6d62934
authored
Jun 15, 2020
by
Raph El
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hotfix survey
parent
627110c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
views/tpls/forms/formWizard.php
views/tpls/forms/formWizard.php
+8
-8
No files found.
views/tpls/forms/formWizard.php
View file @
f6d62934
...
...
@@ -58,7 +58,7 @@ if(isset($this->costum["contextType"]) && isset($this->costum["contextId"])){
min-width
:
100%
;
}
.btn-main-menu
{
background
:
<?php
echo
$this
->
costum
[
"colors"
][
"pink"
];
?>
;
background
:
<?php
echo
@
$this
->
costum
[
"colors"
][
"pink"
];
?>
;
border-radius
:
10px
;
padding
:
10px
!important
;
color
:
white
;
...
...
@@ -69,14 +69,14 @@ if(isset($this->costum["contextType"]) && isset($this->costum["contextId"])){
}
.btn-main-menuW
{
background
:
white
;
color
:
<?php
echo
$this
->
costum
[
"colors"
][
"pink"
];
?>
;
color
:
<?php
echo
@
$this
->
costum
[
"colors"
][
"pink"
];
?>
;
border
:
none
;
cursor
:
text
;
}
.btn-main-menu
:hover
{
border
:
2px
solid
<?php
echo
$this
->
costum
[
"colors"
][
"pink"
];
?>
;
border
:
2px
solid
<?php
echo
@
$this
->
costum
[
"colors"
][
"pink"
];
?>
;
background-color
:
white
;
color
:
<?php
echo
$this
->
costum
[
"colors"
][
"pink"
];
?>
;
color
:
<?php
echo
@
$this
->
costum
[
"colors"
][
"pink"
];
?>
;
}
.btn-main-menuW
:hover
{
border
:
none
;
...
...
@@ -125,8 +125,8 @@ if(isset($this->costum["cms"]["color1"]))
<
div
class
=
"col-xs-12 no-padding"
style
=
""
>
<
style
type
=
"text/css"
>
.
monTitle
{
border
-
top
:
1
px
dashed
<?
php
echo
$this
->
costum
[
"colors"
][
"pink"
];
?>
;
border-bottom: 1px dashed
<?php
echo
$this
->
costum
[
"colors"
][
"pink"
];
?>
;
border
-
top
:
1
px
dashed
<?
php
echo
@
$this
->
costum
[
"colors"
][
"pink"
];
?>
;
border-bottom: 1px dashed
<?php
echo
@
$this
->
costum
[
"colors"
][
"pink"
];
?>
;
margin-top: -20px;
}
</style>
...
...
@@ -195,8 +195,8 @@ if(isset($this->costum["cms"]["color1"]))
"forms"
=>
$forms
,
"el"
=>
$el
,
"active"
=>
"all"
,
"color1"
=>
$this
->
costum
[
"colors"
][
"dark"
],
"color2"
=>
$this
->
costum
[
"colors"
][
"pink"
],
"color1"
=>
@
$this
->
costum
[
"colors"
][
"dark"
],
"color2"
=>
@
$this
->
costum
[
"colors"
][
"pink"
],
"canEdit"
=>
$canEdit
,
"canEditForm"
=>
$canEditForm
,
"canAdminAnswer"
=>
$canAdminAnswer
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment