Make buttons #fff instead of color (it looked like a christmas tree).
This commit is contained in:
parent
acc9b8e89d
commit
d2ad8aa274
|
@ -23,10 +23,10 @@
|
|||
}
|
||||
}
|
||||
&.fwd i{
|
||||
color: @FORWARD;
|
||||
color: #fff; //@FORWARD;
|
||||
}
|
||||
&.bwd i{
|
||||
color: @BACKWARD;
|
||||
color: #fff; //@BACKWARD;
|
||||
}
|
||||
&:active,
|
||||
&.active{
|
||||
|
|
Loading…
Reference in New Issue