Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luc Didry
kresus
Commits
4c874fdf
Commit
4c874fdf
authored
Mar 30, 2019
by
Nicolas Frandeboeuf
Committed by
Benjamin Bouvier
Apr 22, 2019
Browse files
[CSS] Regroup fa icons modifications
parent
9ec60811
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/themes/default/style.css
View file @
4c874fdf
...
...
@@ -42,10 +42,25 @@ a:focus {
outline
:
0
;
}
/* Modified icons */
.fa-spinner
{
animation
:
spin-animation
1.4s
infinite
linear
;
}
.fa-power-off.enabled
,
.fa-calculator.enabled
{
color
:
#00A651
;
}
.fa-star
,
.fa-star-o
:hover
{
color
:
#FFD66A
;
}
.fa-star-o
:hover::before
{
content
:
'\f005'
;
}
/* Form elements */
input
,
select
,
...
...
@@ -333,20 +348,6 @@ input.category-color {
font-weight
:
bold
;
}
.fa-power-off.enabled
,
.fa-calculator.enabled
{
color
:
#00A651
;
}
.fa-star
,
.fa-star-o
:hover
{
color
:
#FFD66A
;
}
.fa-star-o
:hover::before
{
content
:
'\f005'
;
}
/* Onboarding */
.wizard
{
background-color
:
white
;
...
...
Write
Preview
Supports
Markdown
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