Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SkuciSe
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tim 2 - 2022
SkuciSe
Commits
56bced2d
Commit
56bced2d
authored
Sep 19, 2022
by
Milovan Samardzic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mojiZahteviStyleFinished
parent
d10c5251
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
40 deletions
+15
-40
SkuciSe/src/main/resources/static/css/oglasiStyle.css
+15
-40
SkuciSe/src/main/resources/templates/moji-zahtevi.html
+0
-0
No files found.
SkuciSe/src/main/resources/static/css/oglasiStyle.css
View file @
56bced2d
...
@@ -336,48 +336,23 @@ h3{
...
@@ -336,48 +336,23 @@ h3{
.gradient-bg
{
.gradient-bg
{
background
:
linear-gradient
(
90deg
,
rgba
(
255
,
255
,
255
,
1
)
0%
,
rgba
(
251
,
251
,
251
,
1
)
10%
,
rgba
(
251
,
251
,
251
,
1
)
91%
,
rgba
(
255
,
255
,
255
,
1
)
100%
);
background
:
linear-gradient
(
90deg
,
rgba
(
255
,
255
,
255
,
1
)
0%
,
rgba
(
251
,
251
,
251
,
1
)
10%
,
rgba
(
251
,
251
,
251
,
1
)
91%
,
rgba
(
255
,
255
,
255
,
1
)
100%
);
}
}
.starrating
>
input
{
display
:
none
;}
/* Remove radio buttons */
input
.star
{
display
:
none
;
}
.starrating
>
label
:before
{
content
:
"\f005"
;
/* Star */
label
.star
{
margin
:
2px
;
font-size
:
1em
;
float
:
right
;
font-family
:
FontAwesome
;
display
:
inline-block
;
padding
:
10px
;
font-size
:
36px
;
color
:
#
grey
;
transition
:
all
.2s
;
}
input
.star
:checked
~
label
.star
:before
{
content
:
'\f005'
;
color
:
#FD4
;
transition
:
all
.25s
;
}
}
input
.star-5
:checked
~
label
.star
:before
{
.starrating
>
label
{
color
:
#FE7
;
color
:
#222222
;
/* Start color when not clicked */
text-shadow
:
0
0
20px
#952
;
}
}
input
.star-1
:checked
~
label
.star
:before
{
color
:
#F62
;
}
.starrating
>
input
:checked
~
label
{
color
:
#ffca08
;
}
/* Set yellow color when star checked */
label
.star
:hover
{
transform
:
rotate
(
-15deg
)
scale
(
1.3
);
}
label
.star
:before
{
.starrating
>
input
:hover
~
label
{
color
:
#ffca08
;
}
/* Set yellow color when star hover */
content
:
'\f006'
;
\ No newline at end of file
font-family
:
FontAwesome
;
}
\ No newline at end of file
SkuciSe/src/main/resources/templates/moji-zahtevi.html
View file @
56bced2d
This diff is collapsed.
Click to expand it.
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