Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
Commits
e901da6c
Commit
e901da6c
authored
May 05, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change input for role-ressource-type by a select
parent
b8968a65
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
role.component.html
src/app/pieces/role/role.component.html
+4
-1
role.component.scss
src/app/pieces/role/role.component.scss
+8
-0
No files found.
src/app/pieces/role/role.component.html
View file @
e901da6c
...
...
@@ -126,7 +126,10 @@
</div>
<div
class=
"piece-form-ressources-ressource-quantity"
>
<label
for=
"type"
>
Type
</label>
<input
name=
"type"
type=
"text"
>
<select
name=
"type"
>
<option
value=
"1"
>
Ressource / Objet
</option>
<option
value=
"2"
>
Attribut
</option>
</select>
</div>
<button
mat-button
><mat-icon
fontIcon=
"remove"
></mat-icon></button>
</div>
...
...
src/app/pieces/role/role.component.scss
View file @
e901da6c
...
...
@@ -369,6 +369,14 @@
width
:
50%
;
}
select
{
background-color
:
white
;
border
:
none
;
border-radius
:
10px
;
width
:
55%
;
height
:
50px
;
}
&
-name
{
input
{
background-image
:
url("../../../assets/background-images/object.png")
;
...
...
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